org.mobicents.slee.sipevent.server.subscription
Interface EventListSubscriberParentSbbLocalObject

All Superinterfaces:
javax.slee.SbbLocalObject
All Known Subinterfaces:
EventListSubscriptionControlSbbLocalObject

public interface EventListSubscriberParentSbbLocalObject
extends javax.slee.SbbLocalObject


Method Summary
 org.mobicents.slee.sipevent.server.subscription.eventlist.FlatList getFlatList(java.lang.String serviceUri)
          Requests the flat list with the specified service uri
 org.mobicents.slee.sipevent.server.subscription.pojo.Subscription getSubscription(org.mobicents.slee.sipevent.server.subscription.pojo.SubscriptionKey key)
          Requests the subscription for the specified key.
 void notifyEventListSubscriber(org.mobicents.slee.sipevent.server.subscription.pojo.SubscriptionKey key, org.mobicents.slee.sipevent.server.subscription.eventlist.MultiPart multipart)
          Requests notification on a specific subscription, providing the multipart content.
 
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)
Requests notification on a specific subscription, providing the multipart content.

Parameters:
key -
multipart -

getSubscription

org.mobicents.slee.sipevent.server.subscription.pojo.Subscription getSubscription(org.mobicents.slee.sipevent.server.subscription.pojo.SubscriptionKey key)
Requests the subscription for the specified key. The subscription's entity manager must be available.

Parameters:
key -
Returns:

getFlatList

org.mobicents.slee.sipevent.server.subscription.eventlist.FlatList getFlatList(java.lang.String serviceUri)
Requests the flat list with the specified service uri

Parameters:
serviceUri -
Returns:


Copyright © 2009. All Rights Reserved.