Package com.opencloud.sentinel.common
Interface SentinelSessionIdsSessionState
-
- All Superinterfaces:
NullSentinelSessionState
- All Known Subinterfaces:
SentinelDiameterMediationSessionState
,SentinelDiameterSessionState
,SentinelPromotionsSessionState
,SentinelSipSessionState
,SentinelSs7SessionState
@SessionStateInterface public interface SentinelSessionIdsSessionState extends NullSentinelSessionState
For features that need access to ServiceIDLookup
-
-
Field Summary
Fields Modifier and Type Field Description static ServiceIDLookupImpl
_initialServiceIDLookup
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceIDLookup
getServiceIDLookup()
void
setServiceIDLookup(ServiceIDLookup ServiceIDLookup)
-
-
-
Field Detail
-
_initialServiceIDLookup
static final ServiceIDLookupImpl _initialServiceIDLookup
-
-
Method Detail
-
setServiceIDLookup
@DatatypeCodecType(com.opencloud.sentinel.cmp.serialization.com.opencloud.sentinel.common.ServiceIDLookupCodec.class) @InitialValueField void setServiceIDLookup(ServiceIDLookup ServiceIDLookup)
-
getServiceIDLookup
ServiceIDLookup getServiceIDLookup()
-
-