Interface SentinelSs7StartSessionFeatureEndpoint
-
- All Superinterfaces:
FeatureEndpoint
public interface SentinelSs7StartSessionFeatureEndpoint extends FeatureEndpoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
markSessionType(SessionType type)
request: mark the type of the sessionvoid
refuseDialog()
request: refuse the dialogvoid
refuseDialog(java.lang.Object associatedObject)
request: refuse the dialogvoid
relayDialog()
request: relay the dialogvoid
relayDialog(java.lang.Object associatedObject)
request: relay the dialog-
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
-
refuseDialog
void refuseDialog()
request: refuse the dialog
-
refuseDialog
void refuseDialog(java.lang.Object associatedObject)
request: refuse the dialog- Parameters:
associatedObject
- object associated with the request
-
markSessionType
void markSessionType(SessionType type)
request: mark the type of the session- Parameters:
type
- the session type of this session
-
-