|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.management.protocol.localcontrolagent.events.EventChangeExecutionMode
public abstract class EventChangeExecutionMode
Returned in case an application execution mode was changed.
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static EventChangeExecutionMode |
create()
Creates instance of EventChangeExecutionMode with no parameters set. |
static EventChangeExecutionMode |
create(ApplicationExecutionMode executionMode,
java.lang.Integer controlObjectId,
java.lang.Integer processId)
Creates instance of EventChangeExecutionMode with all parameters set. |
static EventChangeExecutionMode |
create(java.lang.Integer processId)
Creates instance of EventChangeExecutionMode with required parameters set. |
abstract java.lang.Integer |
getControlObjectId()
Attribute description: Object DBID. |
abstract ApplicationExecutionMode |
getExecutionMode()
|
abstract java.lang.Integer |
getProcessId()
|
abstract java.lang.Integer |
getReferenceId()
Reference identifier of the request. |
abstract void |
setControlObjectId(int controlObjectId)
Attribute description: Object DBID. |
abstract void |
setControlObjectId(java.lang.Integer controlObjectId)
Attribute description: Object DBID. |
abstract void |
setExecutionMode(ApplicationExecutionMode executionMode)
|
abstract void |
setProcessId(int processId)
|
abstract void |
setProcessId(java.lang.Integer processId)
|
abstract void |
setReferenceId(int referenceId)
Reference identifier of the request. |
abstract void |
setReferenceId(java.lang.Integer referenceId)
Reference identifier of the request. |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Method Detail |
---|
public static EventChangeExecutionMode create()
public static EventChangeExecutionMode create(ApplicationExecutionMode executionMode, java.lang.Integer controlObjectId, java.lang.Integer processId)
executionMode
- ExecutionModecontrolObjectId
- ControlObjectIdprocessId
- ProcessId
public static EventChangeExecutionMode create(java.lang.Integer processId)
processId
- ProcessId
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract ApplicationExecutionMode getExecutionMode()
public abstract void setExecutionMode(ApplicationExecutionMode executionMode)
public abstract java.lang.Integer getControlObjectId()
public abstract void setControlObjectId(java.lang.Integer controlObjectId)
public abstract void setControlObjectId(int controlObjectId)
public abstract java.lang.Integer getProcessId()
public abstract void setProcessId(java.lang.Integer processId)
public abstract void setProcessId(int processId)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |