org.mobicents.slee.sipevent.examples
Interface RLSExampleSubscriber

All Superinterfaces:
SubscriptionClientControlParent, org.mobicents.slee.enabler.xdmc.XDMClientParent
All Known Subinterfaces:
RLSExampleSubscriberSbbLocalObject
All Known Implementing Classes:
RLSExampleSubscriberSbb

public interface RLSExampleSubscriber
extends SubscriptionClientControlParent, org.mobicents.slee.enabler.xdmc.XDMClientParent

Author:
martins

Method Summary
 void start(java.lang.String[] entryURIs)
          Creates resource list in xdm with the specified entries, then subscribes its uri
 void stop()
          Unsubscribes resource list and removes it from the xdm
 
Methods inherited from interface org.mobicents.slee.sipevent.server.subscription.SubscriptionClientControlParent
notifyEvent, resubscribeError, resubscribeOk, subscribeError, subscribeOk, unsubscribeError, unsubscribeOk
 
Methods inherited from interface org.mobicents.slee.enabler.xdmc.XDMClientParent
deleteResponse, getResponse, putResponse, resubscribeFailed, subscribeFailed, subscriptionNotification, subscriptionTerminated, unsubscribeFailed
 

Method Detail

start

void start(java.lang.String[] entryURIs)
Creates resource list in xdm with the specified entries, then subscribes its uri


stop

void stop()
Unsubscribes resource list and removes it from the xdm



Copyright © 2011. All Rights Reserved.