be.SIRAPRISE.messages
Class DmlExecutedMessageType

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessageType
      extended by be.SIRAPRISE.messages.DmlExecutedMessageType
Direct Known Subclasses:
DmlExecutedMessageTypeV1_0

public abstract class DmlExecutedMessageType
extends ServerMessageType

The DmlExecutedMessageType is the type of message sent by a SIRA_PRISE server in response to an "Execute DML" message

Author:
Erwin Smout

Field Summary
static int MESSAGETYPEID
          Comment for MESSAGETYPEID
 
Method Summary
abstract  ServerMessage getDmlExecutedMessage(AbstractRelation relation)
          Factory method for getting the ServerMessage of the appropriate DmlExecuted type holding the relation holding the return values
 
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

getDmlExecutedMessage

public abstract ServerMessage getDmlExecutedMessage(AbstractRelation relation)
Factory method for getting the ServerMessage of the appropriate DmlExecuted type holding the relation holding the return values

Parameters:
relation - the relation holding the executed command's return values
Returns:
the ServerMessage of the appropriate DmlExecuted type holding the query response