public class ExecutionMessage extends Object implements Message, Cloneable
| Modifier and Type | Field and Description |
|---|---|
static long |
EMPTY_EXEC_STATE_ID |
static String |
EMPTY_WORKER |
| Constructor and Description |
|---|
ExecutionMessage() |
ExecutionMessage(long execStateId,
String workerId,
String workerGroup,
String msgId,
ExecStatus status,
io.cloudslang.score.facade.entities.Execution executionObject,
Payload payload,
int msgSeqId) |
ExecutionMessage(long execStateId,
String workerId,
String workerGroup,
String msgId,
ExecStatus status,
Payload payload,
int msgSeqId) |
ExecutionMessage(long execStateId,
String workerId,
String workerGroup,
String msgId,
ExecStatus status,
Payload payload,
int msgSeqId,
Date createDate) |
ExecutionMessage(String executionId,
Payload payload) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object o) |
Date |
getCreateDate() |
long |
getExecStateId() |
io.cloudslang.score.facade.entities.Execution |
getExecutionObject() |
String |
getId() |
String |
getMsgId() |
int |
getMsgSeqId() |
String |
getMsgUniqueId() |
Payload |
getPayload() |
ExecStatus |
getStatus() |
int |
getWeight() |
String |
getWorkerGroup() |
String |
getWorkerId() |
String |
getWorkerKey() |
int |
hashCode() |
void |
incMsgSeqId() |
void |
setCreateDate(Date createDate) |
void |
setExecStateId(long id) |
void |
setExecutionObject(io.cloudslang.score.facade.entities.Execution executionObject) |
void |
setMsgId(String msg_id) |
void |
setPayload(Payload payload) |
void |
setStatus(ExecStatus status) |
void |
setWorkerGroup(String workerGroup) |
void |
setWorkerId(String workerId) |
ExecutionMessage |
setWorkerKey(String workerKey) |
List<Message> |
shrink(List<Message> messages) |
String |
toString() |
public static final long EMPTY_EXEC_STATE_ID
public static final String EMPTY_WORKER
public ExecutionMessage()
public ExecutionMessage(long execStateId,
String workerId,
String workerGroup,
String msgId,
ExecStatus status,
Payload payload,
int msgSeqId,
Date createDate)
public ExecutionMessage(long execStateId,
String workerId,
String workerGroup,
String msgId,
ExecStatus status,
Payload payload,
int msgSeqId)
public ExecutionMessage(long execStateId,
String workerId,
String workerGroup,
String msgId,
ExecStatus status,
io.cloudslang.score.facade.entities.Execution executionObject,
Payload payload,
int msgSeqId)
public io.cloudslang.score.facade.entities.Execution getExecutionObject()
public void setExecutionObject(io.cloudslang.score.facade.entities.Execution executionObject)
public Date getCreateDate()
public void setCreateDate(Date createDate)
public long getExecStateId()
public void setExecStateId(long id)
public String getMsgId()
public void setMsgId(String msg_id)
public String getWorkerId()
public String getWorkerGroup()
public String getMsgUniqueId()
public ExecStatus getStatus()
public Payload getPayload()
public void setWorkerGroup(String workerGroup)
public void setPayload(Payload payload)
public int getMsgSeqId()
public void setStatus(ExecStatus status)
public void incMsgSeqId()
public void setWorkerId(String workerId)
public String getWorkerKey()
public ExecutionMessage setWorkerKey(String workerKey)
Copyright © 2015. All Rights Reserved.