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(javax.persistence.EntityManager entityManager, org.mobicents.slee.sipevent.server.subscription.pojo.Subscription subscription, javax.slee.ActivityContextInterface aci, org.mobicents.slee.sipevent.server.subscription.ImplementedSubscriptionControlSbbLocalObject childSbb)
           
 void notifyInternalSubscriber(javax.persistence.EntityManager entityManager, org.mobicents.slee.sipevent.server.subscription.pojo.Subscription subscription, java.lang.Object content, javax.sip.header.ContentTypeHeader contentTypeHeader, org.mobicents.slee.sipevent.server.subscription.ImplementedSubscriptionControlSbbLocalObject childSbb)
           
 void notifyInternalSubscriber(javax.persistence.EntityManager entityManager, org.mobicents.slee.sipevent.server.subscription.pojo.Subscription subscription, java.lang.String content, javax.sip.header.ContentTypeHeader contentTypeHeader, javax.slee.ActivityContextInterface subscriptionACI)
           
 
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(javax.persistence.EntityManager entityManager,
                                     org.mobicents.slee.sipevent.server.subscription.pojo.Subscription subscription,
                                     javax.slee.ActivityContextInterface aci,
                                     org.mobicents.slee.sipevent.server.subscription.ImplementedSubscriptionControlSbbLocalObject childSbb)

notifyInternalSubscriber

public void notifyInternalSubscriber(javax.persistence.EntityManager entityManager,
                                     org.mobicents.slee.sipevent.server.subscription.pojo.Subscription subscription,
                                     java.lang.String content,
                                     javax.sip.header.ContentTypeHeader contentTypeHeader,
                                     javax.slee.ActivityContextInterface subscriptionACI)

notifyInternalSubscriber

public void notifyInternalSubscriber(javax.persistence.EntityManager entityManager,
                                     org.mobicents.slee.sipevent.server.subscription.pojo.Subscription subscription,
                                     java.lang.Object content,
                                     javax.sip.header.ContentTypeHeader contentTypeHeader,
                                     org.mobicents.slee.sipevent.server.subscription.ImplementedSubscriptionControlSbbLocalObject childSbb)


Copyright © 2009. All Rights Reserved.