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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImsiSessionState
For those features that read/write the IMSI
|
interface |
RelayDialogSessionState
For features that wish to define a specific destination sccp address for relaying the dialog
|
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 |
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-communicate
|
interface |
SentinelPromotionsSessionState
Session state required by promotions
|
interface |
SentinelRoamingSessionState
Session state interface for features that care about the roaming status of the subscriber.
|
interface |
SentinelSessionIdsSessionState
For features that need access to ServiceIDLookup
|
interface |
SentinelSessionState |
interface |
SentinelSipSessionState |
interface |
SentinelSs7CommonSessionState
Session state typically required by SS7 initial trigger features
|
interface |
SentinelSs7SessionState
session state required by the sentinel ss7 core
|
interface |
SessionCountersSessionState
For features, such as promotion features, that need access to SessionCounters
|
interface |
SessionStatePromotionBucketsSessionState
For promotions that run on session-state-based buckets
|
Constructor and Description |
---|
NullSentinelFeature(java.lang.String name,
java.lang.String factoryName,
FeatureEndpoint caller,
Facilities facilities,
NullSentinelSessionState sessionState) |
Copyright © OpenCloud. All Rights Reserved.