Uses of Class
com.opencloud.sentinel.util.SubscribedEventID
-
Packages that use SubscribedEventID Package Description com.opencloud.sentinel.multileg This package contains the interfaces required for leg management operations in the Sentinel services.com.opencloud.sentinel.util -
-
Uses of SubscribedEventID in com.opencloud.sentinel.multileg
Methods in com.opencloud.sentinel.multileg that return types with arguments of type SubscribedEventID Modifier and Type Method Description java.util.Set<SubscribedEventID>
Leg. getSubscriptions()
Return set of active subscriptions on this leg.Methods in com.opencloud.sentinel.multileg with parameters of type SubscribedEventID Modifier and Type Method Description boolean
Leg. endSubscription(SubscribedEventID eventID)
Queue an instruction to end a given subscription.boolean
Leg. endSubscription(SubscribedEventID eventID, MessageBody messageBody)
Queue an instruction to end a given subscription.boolean
Leg. endSubscription(SubscribedEventID eventID, java.lang.String reason)
Queue an instruction to end a given subscription.boolean
Leg. endSubscription(SubscribedEventID eventID, java.lang.String reason, MessageBody messageBody)
Queue an instruction to end a given subscription. -
Uses of SubscribedEventID in com.opencloud.sentinel.util
Methods in com.opencloud.sentinel.util that return SubscribedEventID Modifier and Type Method Description static SubscribedEventID
SubscribedEventID. fromString(java.lang.String s)
Get aSubscribedEventID
from a string.SubscribedEventID
LegSubscriptionID. getEventID()
Returns theSubscribedEventID
associated with this ID.static SubscribedEventID
SIPUtil. getSubscribedEventID(org.jainslee.resources.sip.SipMessage message)
Return a subscribed event ID, if present in the message.Constructors in com.opencloud.sentinel.util with parameters of type SubscribedEventID Constructor Description LegSubscriptionID(java.lang.String legName, SubscribedEventID eventID)
Create a newLegSubscriptionID
-