public class ExecutePlanStepAction extends java.lang.Object implements IConditionalComponentStep<java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
protected RPlan |
rplan
The plan.
|
static java.lang.ThreadLocal<RPlan> |
RPLANS
The rplans for plan threads.
|
| Constructor and Description |
|---|
ExecutePlanStepAction(RPlan rplan)
Create a new action.
|
| Modifier and Type | Method and Description |
|---|---|
IFuture<java.lang.Void> |
execute(IInternalAccess ia)
Execute the command.
|
RPlan |
getRPlan()
Get the rplan.
|
boolean |
isValid()
Test if the action is valid.
|
public static final java.lang.ThreadLocal<RPlan> RPLANS
protected RPlan rplan
public ExecutePlanStepAction(RPlan rplan)
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 RPlan getRPlan()