Uses of Class
com.opencloud.sentinel.common.SipRegistrationStatus
-
Packages that use SipRegistrationStatus Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel services. -
-
Uses of SipRegistrationStatus in com.opencloud.sentinel.common
Methods in com.opencloud.sentinel.common that return SipRegistrationStatus Modifier and Type Method Description SipRegistrationStatus
SentinelSipSessionState. getSipRegistrationStatus()
static SipRegistrationStatus
SipRegistrationStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SipRegistrationStatus[]
SipRegistrationStatus. 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 SipRegistrationStatus Modifier and Type Method Description void
SentinelSipSessionState. setSipRegistrationStatus(SipRegistrationStatus status)
-