AR System Java API

com.bmc.arsys.api
Class WfdBreakpoint

java.lang.Object
  extended by com.bmc.arsys.api.WfdBreakpoint

public class WfdBreakpoint
extends Object

The WfdBreakpoint class contains information about a workflow location where the worker thread should stop. In addition, it contains identification information and certain conditions that must be met before the thread will stop. For example if the passcount = N where N is non-zero, the location must be executed N times before the thread will stop.


Field Summary
 int actionNo
           
 QualifierInfo bpQualifier
           
 boolean disable
           
 boolean elsePath
           
 String filter
           
 int id
           
 int passcount
           
 String schema
           
 int stage
           
 
Constructor Summary
WfdBreakpoint()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

disable

public boolean disable

passcount

public int passcount

bpQualifier

public QualifierInfo bpQualifier

filter

public String filter

schema

public String schema

stage

public int stage

actionNo

public int actionNo

elsePath

public boolean elsePath
Constructor Detail

WfdBreakpoint

public WfdBreakpoint()

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.