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

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

public class RemoveInternalSubscriptionHandler
extends java.lang.Object

Handles the removal of a SIP subscription

Author:
martins

Constructor Summary
RemoveInternalSubscriptionHandler(InternalSubscriptionHandler sipSubscriptionHandler)
           
 
Method Summary
 void removeInternalSubscription(javax.slee.ActivityContextInterface aci, org.mobicents.slee.sipevent.server.subscription.pojo.Subscription subscription, javax.persistence.EntityManager entityManager, org.mobicents.slee.sipevent.server.subscription.ImplementedSubscriptionControlSbbLocalObject childSbb)
           
 void removeInternalSubscription(java.lang.String subscriber, java.lang.String notifier, java.lang.String eventPackage, java.lang.String subscriptionId, javax.persistence.EntityManager entityManager, org.mobicents.slee.sipevent.server.subscription.ImplementedSubscriptionControlSbbLocalObject childSbb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveInternalSubscriptionHandler

public RemoveInternalSubscriptionHandler(InternalSubscriptionHandler sipSubscriptionHandler)
Method Detail

removeInternalSubscription

public void removeInternalSubscription(java.lang.String subscriber,
                                       java.lang.String notifier,
                                       java.lang.String eventPackage,
                                       java.lang.String subscriptionId,
                                       javax.persistence.EntityManager entityManager,
                                       org.mobicents.slee.sipevent.server.subscription.ImplementedSubscriptionControlSbbLocalObject childSbb)

removeInternalSubscription

public void removeInternalSubscription(javax.slee.ActivityContextInterface aci,
                                       org.mobicents.slee.sipevent.server.subscription.pojo.Subscription subscription,
                                       javax.persistence.EntityManager entityManager,
                                       org.mobicents.slee.sipevent.server.subscription.ImplementedSubscriptionControlSbbLocalObject childSbb)


Copyright © 2009. All Rights Reserved.