|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.runtime.monitor.ProcessInstance
public class ProcessInstance
Describes a process instance.
| Constructor Summary | |
|---|---|
ProcessInstance(java.lang.String instanceId,
java.lang.String rootScopeId,
long createTime,
short state)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addCorrelationSet(java.lang.String setName,
java.util.Properties values)
Adds a global correlation set with its values |
java.util.Properties |
getCorrelation(java.lang.String name)
The correlation values for a correlation set. |
long |
getCreateTime()
The time the instance was created. |
java.lang.String[] |
getProcessCorrelations()
Set of global correlation sets. |
java.lang.String |
getProcessInstanceId()
Unique identifier for the process instance. |
java.lang.String |
getRootScopeId()
Unique identifier for the root scope of the process. |
short |
getState()
State of this process instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessInstance(java.lang.String instanceId,
java.lang.String rootScopeId,
long createTime,
short state)
instanceId - unique ID for this process instancerootScopeId - unique ID for the root scope of this process instancecreateTime - create time of this process instancestate - state of this process instance| Method Detail |
|---|
public java.util.Properties getCorrelation(java.lang.String name)
name - name of the global correlation set.
public long getCreateTime()
public java.lang.String[] getProcessCorrelations()
public java.lang.String getProcessInstanceId()
public java.lang.String getRootScopeId()
public short getState()
public void addCorrelationSet(java.lang.String setName,
java.util.Properties values)
setName - correlation set namevalues - correlation set values
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||