public class ProcessWaitState
extends java.lang.Object
ProcessElementInfo| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public ProcessWaitState()
public ProcessWaitState(java.lang.String pProcessName,
                java.lang.String pSegmentName,
                ProcessElementInfo[] pElementInfos)
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