| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.process.ProcessWaitState
public class ProcessWaitState
Describes a (possibly partial) wait state of a process instance. Points to an array of ProcessElementInfos, which together indicate where in the process the instance is waiting.
ProcessElementInfo| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| ProcessWaitState()Creates a new ProcessWaitState. | |
| ProcessWaitState(java.lang.String pProcessName,
                 java.lang.String pSegmentName,
                 ProcessElementInfo[] pElementInfos)Creates a new ProcessWaitState with the given process name, segment name, and element infos. | |
| Method Summary | |
|---|---|
|  ProcessElementInfo[] | getElementInfos()Returns the array of ProcessElementInfo objects, which together indicate the instance's location in the process. | 
|  java.lang.String | getProcessName()Returns the process name. | 
|  java.lang.String | getSegmentName()Returns the segment name. | 
|  void | setElementInfos(ProcessElementInfo[] pElementInfos)Sets the array of ProcessElementInfo objects, which together indicate the instance's location in the process. | 
|  void | setProcessName(java.lang.String pProcessName)Sets the process name. | 
|  void | setSegmentName(java.lang.String pSegmentName)Sets the segment name. | 
|  java.lang.String | toString()Returns a String representation of this ProcessWaitState. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ProcessWaitState()
public ProcessWaitState(java.lang.String pProcessName,
                        java.lang.String pSegmentName,
                        ProcessElementInfo[] pElementInfos)
| Method Detail | 
|---|
public java.lang.String getProcessName()
public void setProcessName(java.lang.String pProcessName)
public java.lang.String getSegmentName()
public void setSegmentName(java.lang.String pSegmentName)
public ProcessElementInfo[] getElementInfos()
public void setElementInfos(ProcessElementInfo[] pElementInfos)
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||