Interface SentinelDiameterInitialTriggerFeatureEndpoint
-
- All Superinterfaces:
BaseInitialTriggerFeatureEndpoint
,CommonInitialFeatureEndpoint
,FeatureEndpoint
public interface SentinelDiameterInitialTriggerFeatureEndpoint extends CommonInitialFeatureEndpoint
Interface for features running in the Network-, Session- and Subscriber-PreCC feature execution points.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
markTargetChargingType(com.opencloud.sentinel.common.ChargingType chargingType)
request: set the charging type for the OCS-side connectionvoid
respondCCNotApplicable()
request: set 'ccNotApplicable' as responsevoid
respondCreditLimitReached()
request: set 'creditLimitReached' as responsevoid
respondRatingFailed()
request: set 'ratingFailed' as responsevoid
respondUserUnknown()
request: set 'userUnknown' as response-
Methods inherited from interface com.opencloud.sentinel.feature.spi.BaseInitialTriggerFeatureEndpoint
doNotChargeSession, doNotMonitorSession
-
Methods inherited from interface com.opencloud.sentinel.feature.spi.CommonInitialFeatureEndpoint
respondDiameterBaseResult, respondEndUserServiceDenied, respondRedirect
-
Methods inherited from interface com.opencloud.sentinel.feature.spi.FeatureEndpoint
featureCannotStart, featureFailedToExecute, featureHasFinished, featureIssuedWarning, getConvergenceName
-
-
-
-
Method Detail
-
markTargetChargingType
void markTargetChargingType(com.opencloud.sentinel.common.ChargingType chargingType)
request: set the charging type for the OCS-side connection
-
respondCreditLimitReached
void respondCreditLimitReached()
request: set 'creditLimitReached' as response
-
respondRatingFailed
void respondRatingFailed()
request: set 'ratingFailed' as response
-
respondCCNotApplicable
void respondCCNotApplicable()
request: set 'ccNotApplicable' as response
-
respondUserUnknown
void respondUserUnknown()
request: set 'userUnknown' as response
-
-