Package | Description |
---|---|
com.tailf.ncs |
NCS Java machine management and control of Services, Neds,
callbacks and Applications
|
Modifier and Type | Method and Description |
---|---|
PlanComponent |
PlanComponent.appendState(String stateName)
This method supplies a state to the specific component.
|
PlanComponent |
PlanComponent.appendState(String stateName,
String createMonitor,
String createTriggerExpr) |
PlanComponent |
PlanComponent.appendState(String stateName,
String createMonitor,
String createTriggerExpr,
String deleteMonitor,
String deleteTriggerExpr) |
PlanComponent |
PlanComponent.backTrack() |
PlanComponent |
PlanComponent.backTrack(boolean isBacktracking) |
PlanComponent |
PlanComponent.setFailed(String stateName)
Setting status to ncs:failed for a specific state in the plan component
|
PlanComponent |
PlanComponent.setNotReached(String stateName)
Setting status to ncs:not-reached for a specific state in the
plan component
|
PlanComponent |
PlanComponent.setReached(String stateName)
Setting status to ncs:reached for a specific state in the plan component
|