Interface ISCSessionServerCallback

All Known Implementing Classes:
SCSessionServerCallback

public interface ISCSessionServerCallback
  • Method Details

    • createSession

      SCMessage createSession(SCMessage message, int operationTimeoutMillis)
      Creates the session.
      Parameters:
      message - the message
      operationTimeoutMillis - the allowed time in milliseconds to complete the operation, observed by SC
      Returns:
      the sC message
    • deleteSession

      void deleteSession(SCMessage message, int operationTimeoutMillis)
      Delete session.
      Parameters:
      message - the message
      operationTimeoutMillis - the allowed time in milliseconds to complete the operation, observed by SC
    • abortSession

      void abortSession(SCMessage message, int operationTimeoutMillis)
      Abort session.
      Parameters:
      message - the message
      operationTimeoutMillis - the allowed time in milliseconds to complete the operation, observed by SC
    • execute

      SCMessage execute(SCMessage message, int operationTimeoutMillis)
      Execute.
      Parameters:
      message - the message
      operationTimeoutMillis - the allowed time in milliseconds to complete the operation, observed by SC
      Returns:
      the sC message
    • exceptionCaught

      void exceptionCaught(SCServiceException ex)
      Exception caught.
      Parameters:
      ex - the ex