Interface SentinelSs7MidSessionFeatureEndpoint
-
- All Superinterfaces:
BaseInitialTriggerFeatureEndpoint
,FeatureEndpoint
public interface SentinelSs7MidSessionFeatureEndpoint extends BaseInitialTriggerFeatureEndpoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
releaseCallAndCloseDialog()
request: send a ReleaseCall + TC-Endvoid
releaseCallAndCloseDialog(java.lang.Object associatedObject)
request: send a ReleaseCall + TC-End-
Methods inherited from interface com.opencloud.sentinel.feature.spi.BaseInitialTriggerFeatureEndpoint
doNotChargeSession, doNotMonitorSession
-
Methods inherited from interface com.opencloud.sentinel.feature.spi.FeatureEndpoint
featureCannotStart, featureFailedToExecute, featureHasFinished, featureIssuedWarning, getConvergenceName
-
-
-
-
Method Detail
-
releaseCallAndCloseDialog
void releaseCallAndCloseDialog()
request: send a ReleaseCall + TC-End
-
releaseCallAndCloseDialog
void releaseCallAndCloseDialog(java.lang.Object associatedObject)
request: send a ReleaseCall + TC-End- Parameters:
associatedObject
- object associated with the request
-
-