be.SIRAPRISE.messages
Class ExecuteDMLMessageType

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessageType
      extended by be.SIRAPRISE.messages.ServerInputMessageType
          extended by be.SIRAPRISE.messages.ExecuteDMLMessageType
Direct Known Subclasses:
ExecuteDMLMessageTypeV1_0

public abstract class ExecuteDMLMessageType
extends ServerInputMessageType

The ExecuteDMLMessageType is the message type sent by a client to a server when that client wants to execute some DML on the server

Author:
Erwin Smout

Field Summary
static int MESSAGETYPEID
          Comment for MESSAGETYPEID
 
Method Summary
abstract  ExecuteDMLMessage message(java.lang.String cmd)
          Factory method for producing a message of this type holding the given DML command
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGETYPEID

public static final int MESSAGETYPEID
Comment for MESSAGETYPEID

See Also:
Constant Field Values
Method Detail

message

public abstract ExecuteDMLMessage message(java.lang.String cmd)
Factory method for producing a message of this type holding the given DML command

Parameters:
cmd - The SIRA_PRISE DML command to be executed on the server
Returns:
ExecuteDMLMessage