org.mobicents.slee.sipevent.server.subscription
Class NotifyEvent

java.lang.Object
  extended by org.mobicents.sipevent.server.subscription.util.AbstractEvent
      extended by org.mobicents.slee.sipevent.server.subscription.NotifyEvent

public class NotifyEvent
extends AbstractEvent

Event that is fired on a subscription aci, so notifications for a subscription are serialized.

Author:
martins

Constructor Summary
NotifyEvent(SubscriptionKey subscriptionKey, java.lang.Object content, javax.sip.header.ContentTypeHeader contentTypeHeader)
           
 
Method Summary
 java.lang.Object getContent()
           
 javax.sip.header.ContentTypeHeader getContentTypeHeader()
           
 SubscriptionKey getSubscriptionKey()
           
 java.lang.String toString()
           
 
Methods inherited from class org.mobicents.sipevent.server.subscription.util.AbstractEvent
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotifyEvent

public NotifyEvent(SubscriptionKey subscriptionKey,
                   java.lang.Object content,
                   javax.sip.header.ContentTypeHeader contentTypeHeader)
Method Detail

getContent

public java.lang.Object getContent()

getContentTypeHeader

public javax.sip.header.ContentTypeHeader getContentTypeHeader()

getSubscriptionKey

public SubscriptionKey getSubscriptionKey()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.