public class AsynchronousExecutionMessage extends CommunicationUnit
AsynchronousExecutionTask.processDataAsynchronously(Serializable)
will be called| Constructor and Description |
|---|
AsynchronousExecutionMessage(Identifier sender,
Serializable executionData,
Class<? extends AsynchronousExecutionTask> taskClass) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getExecutionData() |
Class<? extends AsynchronousExecutionTask> |
getTaskClass() |
void |
setExecutionData(Serializable executionData) |
void |
setTaskClass(Class<? extends AsynchronousExecutionTask> taskClass) |
String |
toString() |
equals, getReceiver, getSender, hashCodepublic AsynchronousExecutionMessage(Identifier sender, Serializable executionData, Class<? extends AsynchronousExecutionTask> taskClass)
sender - executionData - taskClass - public Serializable getExecutionData()
public void setExecutionData(Serializable executionData)
executionData - the executionData to setpublic Class<? extends AsynchronousExecutionTask> getTaskClass()
public void setTaskClass(Class<? extends AsynchronousExecutionTask> taskClass)
taskClass - the taskClass to setCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.