com.bmc.arsys.api
Class WfdDebugLocation
java.lang.Object
  
com.bmc.arsys.api.WfdDebugLocation
public class WfdDebugLocation
- extends Object
 
The WfdDebugLocation class represents the current location of
 a worker thread while it is executing workflow. Note that not all fields are valid
 at all times. When the thread is stopped during workflow, the current location 
 indicates what it is about to do. I.E. if the location shows:
 
 ActionNo = 3
 
 then action 2 has already happened, and 3 has not been done yet.
 
 If 'Stage = IDLE' - the thread is waiting for an API call
 
 If 'Stage = RUNNING' - the thread is busy and has not updated the class information.
 
 
 
 
WFD_IDLE
public static final int WFD_IDLE
- See Also:
 - Constant Field Values
 
WFD_RUNNING
public static final int WFD_RUNNING
- See Also:
 - Constant Field Values
 
WFD_BEFORE_API
public static final int WFD_BEFORE_API
- See Also:
 - Constant Field Values
 
WFD_BEFORE_QUAL
public static final int WFD_BEFORE_QUAL
- See Also:
 - Constant Field Values
 
WFD_PHASE_1
public static final int WFD_PHASE_1
- See Also:
 - Constant Field Values
 
WFD_PHASE_2
public static final int WFD_PHASE_2
- See Also:
 - Constant Field Values
 
WFD_PHASE_3
public static final int WFD_PHASE_3
- See Also:
 - Constant Field Values
 
WFD_ESCL
public static final int WFD_ESCL
- See Also:
 - Constant Field Values
 
WFD_BEFORE_CMDB
public static final int WFD_BEFORE_CMDB
- See Also:
 - Constant Field Values
 
WFD_AFTER_API
public static final int WFD_AFTER_API
- See Also:
 - Constant Field Values
 
ApiCall
public String ApiCall
SchemaName
public String SchemaName
Entrys
public List<String> Entrys
Filter
public String Filter
Stage
public int Stage
ElsePath
public boolean ElsePath
ActionNo
public int ActionNo
ActionStr
public String ActionStr
ActionDeferred
public boolean ActionDeferred
WfdDebugLocation
public WfdDebugLocation()
? Copyright 2006, 2007 BMC Software, Inc.