|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubplanInfo
Contains the persistent form of the information chosen by a user to run a subplan of a main plan. This information may include the following:
Method Summary | |
---|---|
ComponentID[] |
getComponentIDs()
Returns the array of ComponentIDs chosen for this subplan run. |
GeneratedVariableSettingsID[] |
getGeneratedVariableSettingsIDs()
Returns the GeneratedVariableSettingsID chosen for this subplan run. |
HostID[] |
getInitialHostIDs()
Returns the array of HostIDs corresponding to initial hosts for these targets. |
ExecutionPlanID |
getSubplanID()
Returns the planID of the subplan. |
int |
getSubplanIndex()
Returns the index of this subplan in the overall plan. |
java.lang.String |
getSubplanName()
Returns the subplan name represented by this SubplanInfo. |
Target[] |
getTargets()
Return the array of Targets representing the targets for this subplan. |
TaskID |
getTaskID()
Returns the owning task ID. |
Method Detail |
---|
TaskID getTaskID()
java.lang.String getSubplanName()
ExecutionPlanID getSubplanID()
Target[] getTargets()
HostID[] getInitialHostIDs()
ComponentID[] getComponentIDs()
GeneratedVariableSettingsID[] getGeneratedVariableSettingsIDs()
int getSubplanIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |