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

java.lang.Object
  extended by org.mobicents.slee.sipevent.server.internal.InternalSubscriberNotificationHandler

public class InternalSubscriberNotificationHandler
extends java.lang.Object

Handles the notification of a SIP subscriber

Author:
martins

Constructor Summary
InternalSubscriberNotificationHandler(InternalSubscriptionHandler sbb)
           
 
Method Summary
 void notifyInternalSubscriber(Subscription subscription, javax.slee.ActivityContextInterface aci, ImplementedSubscriptionControlSbbLocalObject childSbb)
          Notifies subscriber due to subscription action, not state change.
 void notifyInternalSubscriber(Subscription subscription, NotifyContent notifyContent, javax.slee.ActivityContextInterface aci, ImplementedSubscriptionControlSbbLocalObject childSbb)
          Notifies the subscriber due to notifier state change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalSubscriberNotificationHandler

public InternalSubscriberNotificationHandler(InternalSubscriptionHandler sbb)
Method Detail

notifyInternalSubscriber

public void notifyInternalSubscriber(Subscription subscription,
                                     javax.slee.ActivityContextInterface aci,
                                     ImplementedSubscriptionControlSbbLocalObject childSbb)
Notifies subscriber due to subscription action, not state change.

Parameters:
subscription -
aci -
childSbb -

notifyInternalSubscriber

public void notifyInternalSubscriber(Subscription subscription,
                                     NotifyContent notifyContent,
                                     javax.slee.ActivityContextInterface aci,
                                     ImplementedSubscriptionControlSbbLocalObject childSbb)
Notifies the subscriber due to notifier state change.

Parameters:
subscription -
notifyContent -
aci -
childSbb -


Copyright © 2011. All Rights Reserved.