public interface INodeInstance
Modifier and Type | Method and Description |
---|---|
void |
close()
Calls at the end to clean up
|
boolean |
execute()
Execute
|
default int |
getId()
Get task id
|
int |
getIndex() |
INode |
getNode()
Get the node of this instance
|
default boolean |
isComplete()
Progress the communication
|
void |
prepare(Config cfg)
Prepare for an execution
|
default void |
reset()
Lets reset the node instance for a new execution
|
default int getId()
int getIndex()
boolean execute()
void prepare(Config cfg)
cfg
- configurationdefault void reset()
default boolean isComplete()
INode getNode()
void close()