Interface SentinelSs7InitialTriggerFeatureEndpoint
-
- All Superinterfaces:
BaseInitialTriggerFeatureEndpoint
,FeatureEndpoint
public interface SentinelSs7InitialTriggerFeatureEndpoint extends BaseInitialTriggerFeatureEndpoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connectAndCloseDialog()
request: send a Connect + TC-Endvoid
continueAndCloseDialog()
request: send a Continue + TC-Endvoid
followOnCall()
request: perform a follow on callvoid
relayDialog()
request: relay the dialogvoid
relayDialog(java.lang.Object associatedObject)
request: relay the dialogvoid
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
-
relayDialog
void relayDialog()
request: relay the dialog
-
relayDialog
void relayDialog(java.lang.Object associatedObject)
request: relay the dialog- Parameters:
associatedObject
- object associated with the request
-
continueAndCloseDialog
void continueAndCloseDialog()
request: send a Continue + TC-End
-
connectAndCloseDialog
void connectAndCloseDialog()
request: send a Connect + TC-End
-
releaseCallAndCloseDialog
void releaseCallAndCloseDialog()
request: send a ReleaseCall + TC-End
-
followOnCall
void followOnCall()
request: perform a follow on call
-
releaseCallAndCloseDialog
void releaseCallAndCloseDialog(java.lang.Object associatedObject)
request: send a ReleaseCall + TC-End- Parameters:
associatedObject
- object associated with the request
-
-