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 notifyEventListSubscriber(org.mobicents.slee.sipevent.server.subscription.pojo.SubscriptionKey key, org.mobicents.slee.sipevent.server.subscription.eventlist.MultiPart multiPart)
           
 void rlsServiceRemoved(java.lang.String uri)
          Warns the parent about a RLS Service that was removed from the XDM
 void rlsServiceUpdated(java.lang.String uri)
          Warns the parent about an updated RLS Service.
 
Methods inherited from interface javax.slee.SbbLocalObject
getSbbPriority, isIdentical, remove, setSbbPriority
 

Method Detail

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)

rlsServiceUpdated

void rlsServiceUpdated(java.lang.String uri)
Warns the parent about an updated RLS Service.

Parameters:
uri -

rlsServiceRemoved

void rlsServiceRemoved(java.lang.String uri)
Warns the parent about a RLS Service that was removed from the XDM

Parameters:
uri -


Copyright © 2009. All Rights Reserved.