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, Subscription subscription, SubscriptionControlDataSource dataSource, ImplementedSubscriptionControlSbbLocalObject childSbb)
           
 void removeInternalSubscription(java.lang.String subscriber, java.lang.String notifier, java.lang.String eventPackage, java.lang.String subscriptionId, SubscriptionControlDataSource dataSource, 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,
                                       SubscriptionControlDataSource dataSource,
                                       ImplementedSubscriptionControlSbbLocalObject childSbb)

removeInternalSubscription

public void removeInternalSubscription(javax.slee.ActivityContextInterface aci,
                                       Subscription subscription,
                                       SubscriptionControlDataSource dataSource,
                                       ImplementedSubscriptionControlSbbLocalObject childSbb)


Copyright © 2011. All Rights Reserved.