Uses of Class
com.opencloud.sentinel.common.SubscriptionReplicationTrigger
-
Packages that use SubscriptionReplicationTrigger Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel SIP service. -
-
Uses of SubscriptionReplicationTrigger in com.opencloud.sentinel.common
Methods in com.opencloud.sentinel.common that return SubscriptionReplicationTrigger Modifier and Type Method Description SubscriptionReplicationTrigger
SentinelSipSessionState. getEventNotificationUACLegReplicationTrigger()
SubscriptionReplicationTrigger
SentinelSipSessionState. getEventNotificationUASLegReplicationTrigger()
static SubscriptionReplicationTrigger
SubscriptionReplicationTrigger. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SubscriptionReplicationTrigger[]
SubscriptionReplicationTrigger. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.common with parameters of type SubscriptionReplicationTrigger Modifier and Type Method Description boolean
SubscriptionReplicationTrigger. occursBefore(SubscriptionReplicationTrigger otherTrigger)
Indicates whether this trigger occurs earlier in the call sequence than the given trigger.void
SentinelSipSessionState. setEventNotificationUACLegReplicationTrigger(SubscriptionReplicationTrigger replicationTrigger)
void
SentinelSipSessionState. setEventNotificationUASLegReplicationTrigger(SubscriptionReplicationTrigger replicationTrigger)
-