public abstract class ExecuteDMLMessageType extends ServerInputMessageType
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (241094017 )
|
Modifier and Type | Method and Description |
---|---|
abstract ExecuteDMLMessage |
message(java.lang.String cmd)
Factory method for producing a message of this type holding the given DML command
|
public static final int MESSAGETYPEID
public abstract ExecuteDMLMessage message(java.lang.String cmd)
cmd
- The SIRA_PRISE DML command to be executed on the server