Package org.serviceconnector.api.srv
Interface ISCSessionServerCallback
- All Known Implementing Classes:
SCSessionServerCallback
public interface ISCSessionServerCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidabortSession(SCMessage message, int operationTimeoutMillis) Abort session.createSession(SCMessage message, int operationTimeoutMillis) Creates the session.voiddeleteSession(SCMessage message, int operationTimeoutMillis) Delete session.voidException caught.Execute.
-
Method Details
-
createSession
Creates the session.- Parameters:
message- the messageoperationTimeoutMillis- the allowed time in milliseconds to complete the operation, observed by SC- Returns:
- the sC message
-
deleteSession
Delete session.- Parameters:
message- the messageoperationTimeoutMillis- the allowed time in milliseconds to complete the operation, observed by SC
-
abortSession
Abort session.- Parameters:
message- the messageoperationTimeoutMillis- the allowed time in milliseconds to complete the operation, observed by SC
-
execute
Execute.- Parameters:
message- the messageoperationTimeoutMillis- the allowed time in milliseconds to complete the operation, observed by SC- Returns:
- the sC message
-
exceptionCaught
Exception caught.- Parameters:
ex- the ex
-