Uses of Interface
com.opencloud.sentinel.common.NullSentinelSessionState
-
Packages that use NullSentinelSessionState Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel SIP service.com.opencloud.sentinel.feature.impl Classes that Sentinel POJO based features may choose to extend. -
-
Uses of NullSentinelSessionState in com.opencloud.sentinel.common
Subinterfaces of NullSentinelSessionState in com.opencloud.sentinel.common Modifier and Type Interface Description interface
SentinelByNameSessionState
Defines the interface for populating session state fields by name.interface
SentinelCommonSessionState
Session state interface with the fields most commonly needed by features.interface
com.opencloud.sentinel.common.SentinelDiameterMediationSessionState
interface
com.opencloud.sentinel.common.SentinelMediationToPromotionsSessionState
interface
SentinelRoamingSessionState
Session state interface for features that care about the roaming status of the subscriber.interface
com.opencloud.sentinel.common.SentinelSessionIdsSessionState
interface
SentinelSessionState
interface
SentinelSipSessionState
interface
SessionCountersSessionState
For features, such as promotion features, that need access to SessionCountersinterface
SessionStatePromotionBucketsSessionState
For promotions that run on session-state-based buckets -
Uses of NullSentinelSessionState in com.opencloud.sentinel.feature.impl
Methods in com.opencloud.sentinel.feature.impl that return types with arguments of type NullSentinelSessionState Modifier and Type Method Description com.opencloud.sentinel.feature.impl.FeatureCreator<? extends NullSentinelSessionState,? extends FeatureEndpoint>
DelegatingFeatureCollection. getFeature(java.lang.String name)
com.opencloud.sentinel.feature.impl.FeatureCreator<? extends NullSentinelSessionState,? extends FeatureEndpoint>
FeatureCollectionImpl. getFeature(java.lang.String name)
Constructors in com.opencloud.sentinel.feature.impl with parameters of type NullSentinelSessionState Constructor Description NullSentinelFeature(java.lang.String name, java.lang.String factoryName, FeatureEndpoint caller, com.opencloud.sce.fsmtool.Facilities facilities, NullSentinelSessionState sessionState)
Constructor parameters in com.opencloud.sentinel.feature.impl with type arguments of type NullSentinelSessionState Constructor Description FeatureCollectionImpl(FeatureCreatorLookupTable<com.opencloud.sentinel.feature.impl.FeatureCreator<? extends NullSentinelSessionState,? extends FeatureEndpoint>> featureCreatorLookupTable)
-