|
||||||||||
| 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.DmlExecutedMessageType
public abstract class DmlExecutedMessageType
The DmlExecutedMessageType is the type of message sent by a SIRA_PRISE server in response to an "Execute DML" message
| 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 |
|---|
public static final int MESSAGETYPEID
MESSAGETYPEID
| Method Detail |
|---|
public abstract ServerMessage getDmlExecutedMessage(AbstractRelation relation)
relation - the relation holding the executed command's return values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||