org.mobicents.slee.sipevent.server.internal
Class InternalNotifyEvent

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getContent()
           
 java.lang.String getContentSubtype()
           
 java.lang.String getContentType()
           
 java.lang.String getEventPackage()
           
 java.lang.String getNotifier()
           
 java.lang.String getSubscriber()
           
 java.lang.String getSubscriptionId()
           
 org.mobicents.slee.sipevent.server.subscription.pojo.Subscription.Status getSubscriptionStatus()
           
 org.mobicents.slee.sipevent.server.subscription.pojo.Subscription.Event getTerminationReason()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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 © 2008. All Rights Reserved.