All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----oplan.acp3.ProcessStatusUpdate
The update always contains the current number of COAs and the total number of issues for each COA, even if these numbers have not changed since the previous update was sent. The statusChanges field normally contains only the changes since the last update. In that case, the containsCompleteState field is false. However, if containsCompleteState is true, then statusChanges contains a StatusChange object for every node that currently exists.
public int numberOfCoas
public Vector statusChanges
public int issueCounts[]
public boolean containsCompleteState
public ProcessStatusUpdate()
All Packages Class Hierarchy This Package Previous Next Index