org.mobicents.slee.sipevent.server.subscription
Class NotifyEvent
java.lang.Object
org.mobicents.sipevent.server.subscription.util.AbstractEvent
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)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NotifyEvent
public NotifyEvent(SubscriptionKey subscriptionKey,
java.lang.Object content,
javax.sip.header.ContentTypeHeader contentTypeHeader)
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.