Interface SentinelSs7StartSessionFeatureEndpoint
-
- All Superinterfaces:
FeatureEndpoint
public interface SentinelSs7StartSessionFeatureEndpoint extends FeatureEndpoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmarkSessionType(SessionType type)request: mark the type of the sessionvoidrefuseDialog()request: refuse the dialogvoidrefuseDialog(java.lang.Object associatedObject)request: refuse the dialogvoidrelayDialog()request: relay the dialogvoidrelayDialog(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
-
-