Uses of Class
be.SIRAPRISE.messages.ServerMessageType

Packages that use ServerMessageType
be.SIRAPRISE.messages   
 

Uses of ServerMessageType in be.SIRAPRISE.messages
 

Subclasses of ServerMessageType in be.SIRAPRISE.messages
 class AuthenticationOKMessageType
          The AuthenticationOKMessageType is the type of the message sent by the server in response to a ClientAuthentication message
 class AuthenticationOKMessageTypeV1_0
           The AuthenticationOKMessageTypeV1_0 message type has the no fields.
 class ClientAuthenticationMessageType
          The ClientAuthenticationMessageType is the message type that the server expects the client to send after the server has accepted a connection, and indicated that a signing protocol proposed by the client can be used
 class ClientAuthenticationMessageTypeV1_0
          ClientAuthenticationMessageTypeV1_0 is version 1_0 of the ClientAuthenticationMessageType.
 class ClientHelloMessageType
          The ClientHelloMessageType groups all versions of the protocol negotiation message ("client hello message")
 class ClientHelloMessageTypeV1_0
          ClientHelloMessageTypeV1_0 is the 1.0 version of the client hello message type.
 class CommitRollbackMessageType
          The CommitRollbackMessageType is the type of message to be sent by clients when they want the server they're connected to to commit or rollback a (sub)transaction they started.
 class CommitRollbackMessageTypeV1_0
          CommitRollbackMessageTypeV1_0 is version 1_0 of the CommitRollbackMessageType.
 class CommitRollbackMessageTypeV1_1
          CommitRollbackMessageTypeV1_1 is version 1_1 of the CommitRollbackMessageType.
 class CommittedMessageType
          The Committed message type is the type of message sent by a server in response to a CommitRollback message.
 class CommittedMessageTypeV1_0
          CommittedMessageTypeV1_0 is version 1_0 of the CommittedMessageType.
 class ConstraintViolatedErrorMessageType
          The ConstraintViolatedErrorMessageType is the type of message returned by a SIRA_PRISE server to a client when an assignment command carried out by/for that client has resulted in a constraint violation.
 class ConstraintViolatedErrorMessageTypeV1_0
          ConstraintViolatedErrorMessageTypeV1_0 is V1_0 of the ConstraintViolatedErrorMessageType.
 class DmlExecutedMessageType
          The DmlExecutedMessageType is the type of message sent by a SIRA_PRISE server in response to an "Execute DML" message
 class DmlExecutedMessageTypeV1_0
          DmlExecutedMessageTypeV1_0 is V1_0 of the DmlExecutedMessageType.
 class EndConnectionMessageType
          The EndConnectionMessageType is the message type sent by clients to a SIRA_PRISE server when that client wishes to close down and discard a connection it has obtained to the server.
 class EndConnectionMessageTypeV1_0
          This message has no fields.
 class EndTransactionMessageType
          The EndTransactionMessageType is the type of message to be sent to the server to end a started transaction, either committing it or else rolling it back.
 class EndTransactionMessageTypeV1_0
          EndTransactionMessageTypeV1_0 is V1_0 of the EndTransactionMessageType.
 class EndTransactionMessageTypeV1_1
          EndTransactionMessageTypeV1_1 is V1_1 of the EndTransactionMessageType.
 class ExecuteAssignmentMessageType
          The ExecuteAssignmentMessageType is the message type sent by a client to a server when that client wants to execute some Assignment on the server
 class ExecuteAssignmentMessageTypeV1_0
          ExecuteAssignmentMessageTypeV1_0 is V1_0 of the ExecuteAssignmentMessageType.
 class ExecuteDMLMessageType
          The ExecuteDMLMessageType is the message type sent by a client to a server when that client wants to execute some DML on the server
 class ExecuteDMLMessageTypeV1_0
          ExecuteDMLMessageTypeV1_0 is V1_0 of the ExecuteDMLMessageType.
 class ExecuteMonitorCommandMessageType
          The ExecuteMonitorCommandMessageType is the type of message sent by a monitor client that wants to execute a monitor command on a SIRA_PRISE server.
 class ExecuteMonitorCommandMessageTypeV1_0
          ExecuteMonitorCommandMessageTypeV1_0 is V1_0 of the ExecuteMonitorCommandMessageType.
 class ExecuteQueryMessageType
          The ExecuteQueryMessageType is the message type sent by a client to a server when that client wants to execute some Query on the server
 class ExecuteQueryMessageTypeV1_0
          ExecuteQueryMessageTypeV1_0 is V1_0 of the ExecuteQueryMessageType.
 class NonSiraPriseErrorMessageType
          The NonSiraPriseErrorMessageType is the type of message returned by a SIRA_PRISE server to a client in the case when a command issued by that client has resulted in an exception being thrown by the Java environment, such as e.g.
 class NonSiraPriseErrorMessageTypeV1_0
          NonSiraPriseErrorMessageTypeV1_0 is V1_0 of the NonSiraPriseErrorMessageType.
 class NonSiraPriseErrorMessageTypeV1_1
          NonSiraPriseErrorMessageTypeV1_1 is V1_1 of the NonSiraPriseErrorMessageType.
 class ServerHelloMessageType
          ServerHelloMessageType is the class representing all known versions of the server hello message type.
 class ServerHelloMessageTypeV1_0
          ServerHelloMessageTypeV1_0 is the V1.0 version of the server hello message type.
 class ServerInputMessageType
          A ServerInputMessageType defines a type of message that can be sent to a SIRA_PRISE engine by a SIRA_PRISE client
 class SiraPriseErrorMessageType
          The SiraPriseErrorMessageType is the message type returned by a SIRA_PRISE server in the event when any command issued by a client has resulted in a runtime error.
 class SiraPriseErrorMessageTypeV1_0
          SiraPriseErrorMessageTypeV1_0 is V1_0 of the SiraPriseErrorMessageType.
 class SiraPriseErrorMessageTypeV1_1
          SiraPriseErrorMessageTypeV1_1 is V1_1 of the SiraPriseErrorMessageType.
 class StartSubTransactionMessageType
          The StartSubTransactionMessageType is the type of message sent by a client to a SIRA_PRISE server if that client wants to establish a transaction savepoint and start a "nested" transaction within the currently running transaction.
 class StartSubTransactionMessageTypeV1_0
          StartSubTransactionMessageTypeV1_0 is V1_0 of the StartSubTransactionMessageType.
 class StartTransactionMessageType
          The StartTransactionMessageType is the message type to be sent by clients who wish to start a transaction on the server to do some data manipulation activity.
 class StartTransactionMessageTypeV1_0
          StartTransactionMessageTypeV1_0 is V1_0 of the StartTransactionMessageType.
 class StartTransactionMessageTypeV1_1
          StartTransactionMessageTypeV1_1 is V1_1 of the StartTransactionMessageType.
 class StartTransactionMessageTypeV1_2
          StartTransactionMessageTypeV1_2 is V1_2 of the StartTransactionMessageType.
 class TransactionEndedMessageType
          The TransactionEndedMessageType is the type of message sent by a server in response to an EndTransaction message
 class TransactionEndedMessageTypeV1_0
          TransactionEndedMessageTypeV1_0 is V1_0 of the TransactionEndedMessageType.
 class TransactionStartedMessageType
          The TransactionStartedMessageType is the message type sent by servers in response to a StartTransaction or StartSubTransaction message type
 class TransactionStartedMessageTypeV1_0
          This message has no fields.
 class TransactionStartedMessageTypeV1_1
          TransactionStartedMessageTypeV1_1 is V1_1 of the TransactionStartedMessageType.
 

Methods in be.SIRAPRISE.messages that return ServerMessageType
 ServerMessageType ServerMessageTypes.getServerMessageType(int messageType)
          Gets the most recent version of the ServerMessageType of the indicated type, that is, the version that is used in the SIRA_PRISE version that this package conforms to / corresponds with.
 ServerMessageType ServerMessageTypes.getServerMessageTypeForMessageVersion(int messageType, int messageVersion)
          Gets The ServerMessageType of the indicated type and version
 ServerMessageType ServerMessageTypes.getServerMessageTypeForSiraPriseVersion(int messageType, Version siraPriseVersion)
          Gets The ServerMessageType of the indicated type that was used in the indicated SIRA_PRISE specification version