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 interfaceImsiSessionStateFor those features that read/write the IMSIinterfaceRelayDialogSessionStateFor features that wish to define a specific destination sccp address for relaying the dialoginterfaceSentinelByNameSessionStateDefines the interface for populating session state fields by name.interfaceSentinelCommonSessionStateSession state interface with the fields most commonly needed by features.interfaceSentinelDiameterMediationSessionStateThe Session state interface as it is available to the DiameterSentinel features.interfaceSentinelDiameterSessionStateThe Session state interface as it is available to the DiameterSentinel features.interfaceSentinelMediationToPromotionsSessionStateSession state that mediation and promotions features use to inter-communicateinterfaceSentinelPromotionsSessionStateSession state required by promotionsinterfaceSentinelRoamingSessionStateSession state interface for features that care about the roaming status of the subscriber.interfaceSentinelSessionIdsSessionStateFor features that need access to ServiceIDLookupinterfaceSentinelSessionStateinterfaceSentinelSipSessionStateinterfaceSentinelSs7CommonSessionStateSession state typically required by SS7 initial trigger featuresinterfaceSentinelSs7SessionStatesession state required by the sentinel ss7 coreinterfaceSessionCountersSessionStateFor features, such as promotion features, that need access to SessionCountersinterfaceSessionStatePromotionBucketsSessionStateFor 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)
-