org.mobicents.slee.sipevent.server.internal
Class InternalNotifyEvent
java.lang.Object
org.mobicents.slee.sipevent.server.internal.InternalNotifyEvent
public class InternalNotifyEvent
- extends java.lang.Object
Internal event that is fired on a internal subscription aci, so we can use
the right callback to notify.
- Author:
- martins
|
Constructor Summary |
InternalNotifyEvent(java.lang.String subscriber,
java.lang.String notifier,
java.lang.String eventPackage,
java.lang.String subscriptionId,
org.mobicents.slee.sipevent.server.subscription.pojo.Subscription.Event terminationReason,
org.mobicents.slee.sipevent.server.subscription.pojo.Subscription.Status subscriptionStatus,
java.lang.String content,
java.lang.String contentType,
java.lang.String contentSubtype)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
InternalNotifyEvent
public InternalNotifyEvent(java.lang.String subscriber,
java.lang.String notifier,
java.lang.String eventPackage,
java.lang.String subscriptionId,
org.mobicents.slee.sipevent.server.subscription.pojo.Subscription.Event terminationReason,
org.mobicents.slee.sipevent.server.subscription.pojo.Subscription.Status subscriptionStatus,
java.lang.String content,
java.lang.String contentType,
java.lang.String contentSubtype)
getContentSubtype
public java.lang.String getContentSubtype()
getContentType
public java.lang.String getContentType()
getContent
public java.lang.String getContent()
getEventPackage
public java.lang.String getEventPackage()
getNotifier
public java.lang.String getNotifier()
getSubscriber
public java.lang.String getSubscriber()
getTerminationReason
public org.mobicents.slee.sipevent.server.subscription.pojo.Subscription.Event getTerminationReason()
getSubscriptionId
public java.lang.String getSubscriptionId()
getSubscriptionStatus
public org.mobicents.slee.sipevent.server.subscription.pojo.Subscription.Status getSubscriptionStatus()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2009. All Rights Reserved.