public class ExecuteProcessThread extends java.lang.Object implements IConditionalComponentStep<java.lang.Void>
Modifier and Type | Field and Description |
---|---|
protected ProcessThread |
thread
The process thread.
|
protected java.lang.String |
threadid
The thread id.
|
Constructor and Description |
---|
ExecuteProcessThread(ProcessThread thread)
Create a new step.
|
Modifier and Type | Method and Description |
---|---|
IFuture<java.lang.Void> |
execute(IInternalAccess ia)
Execute the command.
|
ProcessThread |
getThread()
Get the thread.
|
boolean |
isValid()
Test if the action is valid.
|
protected ProcessThread thread
protected java.lang.String threadid
public ExecuteProcessThread(ProcessThread thread)
thread
- The thread.public boolean isValid()
isValid
in interface IConditionalComponentStep<java.lang.Void>
public IFuture<java.lang.Void> execute(IInternalAccess ia)
execute
in interface IComponentStep<java.lang.Void>
args
- The argument(s) for the call.public ProcessThread getThread()