Uses of Class
be.SIRAPRISE.messages.ServerMessage

Packages that use ServerMessage
be.SIRAPRISE.messages   
 

Uses of ServerMessage in be.SIRAPRISE.messages
 

Subclasses of ServerMessage in be.SIRAPRISE.messages
 class AuthenticationOKMessage
           
 class ClientAuthenticationMessage
           
 class ClientHelloMessage
           
 class CommitRollbackMessage
           
 class CommittedMessage
           
 class ConstraintViolatedErrorMessage
           
 class DmlExecutedMessage
           
 class EndConnectionMessage
           
 class EndTransactionMessage
           
 class ExecuteAssignmentMessage
           
 class ExecuteDMLMessage
           
 class ExecuteMonitorCommandMessage
           
 class ExecuteQueryMessage
           
 class NonSiraPriseErrorMessage
           
 class ServerErrorMessage
          A ServerErrorMessage is any kind of message holding an indication that some kind of error has occurred on the server side.
 class ServerHelloMessage
           
 class ServerInputMessage
          The ServerInputMessage class is an abstract class defining all possible messages sent to the SIRA_PRISE server
 class ServerOutputMessage
          The ServerOutputMessage class is an abstract class defining all possible messages sent to the SIRA_PRISE server
 class SiraPriseErrorMessage
           
 class StartSubTransactionMessage
           
 class StartTransactionMessage
           
 class TransactionEndedMessage
           
 class TransactionStartedMessage
           
 

Methods in be.SIRAPRISE.messages that return ServerMessage
 ServerMessage DmlExecutedMessageTypeV1_0.getDmlExecutedMessage(AbstractRelation relation)
           
abstract  ServerMessage DmlExecutedMessageType.getDmlExecutedMessage(AbstractRelation relation)
          Factory method for getting the ServerMessage of the appropriate DmlExecuted type holding the relation holding the return values
 ServerMessage ExecuteQueryMessageTypeV1_0.message(ServerCommand cmd)
           
 ServerMessage ExecuteDMLMessageTypesV14.message(ServerCommand cmd)
          Factory method for getting the Message to send to the server in order to get the command held in cmd executed
 ServerMessage ExecuteAssignmentMessageTypeV1_0.message(ServerCommand cmd)
           
static ServerMessage ServerMessage.readMessage(java.io.DataInputStream in, be.SIRAPRISE.security.ProprietaryOrJCECipher cryptoProtocol, java.security.Signature signingProtocol, java.security.PublicKey publicKey)
          The method used by readers to obtain a (structured) message from the given stream.