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