public class StepChain extends java.lang.Object implements IComponentStep<java.lang.Object[]>
| Modifier and Type | Field and Description | 
|---|---|
| protected IComponentStep[] | steps | 
| Constructor and Description | 
|---|
| StepChain(java.util.Collection steps) | 
| StepChain(IComponentStep[] steps) | 
| Modifier and Type | Method and Description | 
|---|---|
| IFuture<java.lang.Object[]> | execute(IInternalAccess ia)Execute the command. | 
protected IComponentStep[] steps
public StepChain(IComponentStep[] steps)
public StepChain(java.util.Collection steps)
public IFuture<java.lang.Object[]> execute(IInternalAccess ia)
IComponentStepexecute in interface IComponentStep<java.lang.Object[]>