org.mobicents.slee.sipevent.server.subscription
Interface EventListSubscriptionControlParentSbbLocalObject
- All Superinterfaces:
- javax.slee.SbbLocalObject
- All Known Subinterfaces:
- SubscriptionControlSbbLocalObject
public interface EventListSubscriptionControlParentSbbLocalObject
- extends javax.slee.SbbLocalObject
Call back interface for the parent sbb of the
EventListSubscriptionControlSbbLocalObject. Provides the responses to
the requests sent by the parent sbb and event notifications.
- Author:
- Eduardo Martins
|
Method Summary |
org.mobicents.slee.sipevent.server.subscription.pojo.Subscription |
getSubscription(org.mobicents.slee.sipevent.server.subscription.pojo.SubscriptionKey key)
|
void |
newRlsService(java.lang.String uri)
Warns the parent about a new RLS Service. |
void |
notifyEventListSubscriber(org.mobicents.slee.sipevent.server.subscription.pojo.SubscriptionKey key,
org.mobicents.slee.sipevent.server.subscription.eventlist.MultiPart multiPart)
|
| Methods inherited from interface javax.slee.SbbLocalObject |
getSbbPriority, isIdentical, remove, setSbbPriority |
notifyEventListSubscriber
void notifyEventListSubscriber(org.mobicents.slee.sipevent.server.subscription.pojo.SubscriptionKey key,
org.mobicents.slee.sipevent.server.subscription.eventlist.MultiPart multiPart)
- See Also:
EventListSubscriberParentSbbLocalObject#notifyEventListSubscriber(SubscriptionKey, Multipart)
getSubscription
org.mobicents.slee.sipevent.server.subscription.pojo.Subscription getSubscription(org.mobicents.slee.sipevent.server.subscription.pojo.SubscriptionKey key)
- See Also:
EventListSubscriberParentSbbLocalObject.getSubscription(SubscriptionKey)
newRlsService
void newRlsService(java.lang.String uri)
- Warns the parent about a new RLS Service.
- Parameters:
uri -
Copyright © 2009. All Rights Reserved.