|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.messages.ServerMessageType
be.SIRAPRISE.messages.ServerInputMessageType
be.SIRAPRISE.messages.ExecuteAssignmentMessageType
public abstract 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
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 |
---|
public static final int MESSAGETYPEID
MESSAGETYPEID
Method Detail |
---|
public abstract ExecuteAssignmentMessage message(ServerSingleAssignmentCommand[] cmds)
cmds
- The SIRA_PRISE Assignment commands to be executed as an atomic multiple assignment on the server
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |