Package com.opencloud.sentinel.common
Interface SentinelRoamingSessionState
-
- All Superinterfaces:
NullSentinelSessionState
@SessionStateInterface public interface SentinelRoamingSessionState extends NullSentinelSessionState
Session state interface for features that care about the roaming status of the subscriber.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Boolean_initialRoamingIndicator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.BooleangetRoamingIndicator()Get the roaming indicator.voidsetRoamingIndicator(java.lang.Boolean roamingIndicator)
-