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