Interface DiameterMediationChargingControlFeatureEndpoint
-
- All Superinterfaces:
FeatureEndpoint
- All Known Subinterfaces:
DiameterMediationMidSessionFeatureEndpoint
public interface DiameterMediationChargingControlFeatureEndpoint extends FeatureEndpoint
Defines requests a feature may make to the sentinel core that are related to control of interaction with the OCS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enableOcsInteraction()
request: enable further interaction with the OCSboolean
isOcsInteractionEnabled()
void
shutdownOCS()
request: existing OCS connection of this session shall be shutdown if one existsvoid
suppressOcsInteraction()
request: suppress further interaction with the OCS-
Methods inherited from interface com.opencloud.sentinel.feature.spi.FeatureEndpoint
featureCannotStart, featureFailedToExecute, featureHasFinished, featureIssuedWarning, getConvergenceName
-
-
-
-
Method Detail
-
suppressOcsInteraction
void suppressOcsInteraction()
request: suppress further interaction with the OCS
-
enableOcsInteraction
void enableOcsInteraction()
request: enable further interaction with the OCS
-
isOcsInteractionEnabled
boolean isOcsInteractionEnabled()
- Returns:
- true if ocs interaction is currently enabled
-
shutdownOCS
void shutdownOCS()
request: existing OCS connection of this session shall be shutdown if one exists
-
-