public abstract class NodeTask extends Object implements ClusterTask
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodeId |
protected String |
serviceId |
| Modifier | Constructor and Description |
|---|---|
protected |
NodeTask() |
protected |
NodeTask(Node node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode() |
String |
getNodeId() |
Object |
getResult() |
PubSubService |
getService() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
protected NodeTask()
protected NodeTask(Node node)
public String getNodeId()
public Node getNode()
public PubSubService getService()
public Object getResult()
getResult in interface ClusterTaskpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003-2008 Jive Software.