org.mobicents.slee.sipevent.examples
Interface RLSExampleSubscriberSbbLocalObject

All Superinterfaces:
org.mobicents.slee.sippresence.client.PresenceClientControlParentSbbLocalObject, javax.slee.SbbLocalObject, org.mobicents.slee.xdm.server.XDMClientControlParentSbbLocalObject
All Known Implementing Classes:
RLSExampleSubscriberSbb

public interface RLSExampleSubscriberSbbLocalObject
extends org.mobicents.slee.sippresence.client.PresenceClientControlParentSbbLocalObject, org.mobicents.slee.xdm.server.XDMClientControlParentSbbLocalObject


Method Summary
 void setParentSbb(RLSExampleSubscriberParentSbbLocalObject parentSbb)
          Stores the parent sbb local object, to be used on callbacks
 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.sippresence.client.PresenceClientControlParentSbbLocalObject
modifyPublicationError, modifyPublicationOk, newPublicationError, newPublicationOk, newSubscriptionError, newSubscriptionOk, notifyEvent, refreshPublicationError, refreshPublicationOk, refreshSubscriptionError, refreshSubscriptionOk, removePublicationError, removePublicationOk, removeSubscriptionError, removeSubscriptionOk
 
Methods inherited from interface javax.slee.SbbLocalObject
getSbbPriority, isIdentical, remove, setSbbPriority
 
Methods inherited from interface org.mobicents.slee.xdm.server.XDMClientControlParentSbbLocalObject
attributeUpdated, deleteResponse, documentUpdated, elementUpdated, getResponse, putResponse
 
Methods inherited from interface javax.slee.SbbLocalObject
getSbbPriority, isIdentical, remove, setSbbPriority
 

Method Detail

setParentSbb

void setParentSbb(RLSExampleSubscriberParentSbbLocalObject parentSbb)
Stores the parent sbb local object, to be used on callbacks

Parameters:
parentSbb -

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 © 2009. All Rights Reserved.