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 services.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
ImsiSessionState
For those features that read/write the IMSIinterface
RelayDialogSessionState
For features that wish to define a specific destination sccp address for relaying the dialoginterface
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
SentinelDiameterMediationSessionState
The Session state interface as it is available to the DiameterSentinel features.interface
SentinelDiameterSessionState
The Session state interface as it is available to the DiameterSentinel features.interface
SentinelMediationToPromotionsSessionState
Session state that mediation and promotions features use to inter-communicateinterface
SentinelPromotionsSessionState
Session state required by promotionsinterface
SentinelRoamingSessionState
Session state interface for features that care about the roaming status of the subscriber.interface
SentinelSessionIdsSessionState
For features that need access to ServiceIDLookupinterface
SentinelSessionState
interface
SentinelSipSessionState
interface
SentinelSs7CommonSessionState
Session state typically required by SS7 initial trigger featuresinterface
SentinelSs7SessionState
session state required by the sentinel ss7 coreinterface
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)
-