AR System Java API

com.bmc.arsys.api
Class WfdDebugLocation

java.lang.Object
  extended by 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.


Field Summary
 boolean ActionDeferred
           
 int ActionNo
           
 String ActionStr
           
 String ApiCall
           
 boolean ElsePath
           
 List<String> Entrys
           
 String Filter
           
 String SchemaName
           
 int Stage
           
static int WFD_AFTER_API
           
static int WFD_BEFORE_API
           
static int WFD_BEFORE_CMDB
           
static int WFD_BEFORE_QUAL
           
static int WFD_ESCL
           
static int WFD_IDLE
           
static int WFD_PHASE_1
           
static int WFD_PHASE_2
           
static int WFD_PHASE_3
           
static int WFD_RUNNING
           
 
Constructor Summary
WfdDebugLocation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WfdDebugLocation

public WfdDebugLocation()

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.