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 booleanLeg. endSubscription(SubscribedEventID eventID)Queue an instruction to end a given subscription.booleanLeg. endSubscription(SubscribedEventID eventID, MessageBody messageBody)Queue an instruction to end a given subscription.booleanLeg. endSubscription(SubscribedEventID eventID, java.lang.String reason)Queue an instruction to end a given subscription.booleanLeg. 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 SubscribedEventIDSubscribedEventID. fromString(java.lang.String s)Get aSubscribedEventIDfrom a string.SubscribedEventIDLegSubscriptionID. getEventID()Returns theSubscribedEventIDassociated with this ID.static SubscribedEventIDSIPUtil. 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
-