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, NotifyContent notifyContent)
           
 
Method Summary
 NotifyContent getNotifyContent()
           
 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,
                   NotifyContent notifyContent)
Method Detail

getNotifyContent

public NotifyContent getNotifyContent()

getSubscriptionKey

public SubscriptionKey getSubscriptionKey()

toString

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


Copyright © 2011. All Rights Reserved.