be.SIRAPRISE.messages
Class ExecuteAssignmentMessageType

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessageType
      extended by be.SIRAPRISE.messages.ServerInputMessageType
          extended by be.SIRAPRISE.messages.ExecuteAssignmentMessageType
All Implemented Interfaces:
ExecuteDMLMessageTypesV14
Direct Known Subclasses:
ExecuteAssignmentMessageTypeV1_0

public abstract class ExecuteAssignmentMessageType
extends ServerInputMessageType
implements ExecuteDMLMessageTypesV14

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

Author:
Erwin Smout

Field Summary
static int MESSAGETYPEID
          Comment for MESSAGETYPEID
 
Method Summary
abstract  ExecuteAssignmentMessage message(ServerSingleAssignmentCommand[] cmds)
          Factory method for producing a message of this type holding the given Assignment command
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface be.SIRAPRISE.messages.ExecuteDMLMessageTypesV14
message
 

Field Detail

MESSAGETYPEID

public static final int MESSAGETYPEID
Comment for MESSAGETYPEID

See Also:
Constant Field Values
Method Detail

message

public abstract ExecuteAssignmentMessage message(ServerSingleAssignmentCommand[] cmds)
Factory method for producing a message of this type holding the given Assignment command

Parameters:
cmds - The SIRA_PRISE Assignment commands to be executed as an atomic multiple assignment on the server
Returns:
ExecuteAssignmentMessage