|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.core.ProcessInstance
The ProcessInstance contains no logic at all but merely serves as a container for encapsulating a ProcessContext instance and its corresponding BPELProcess reference.
Thus the fusion of the ProcessContext and the BPELProcess together form a ProcessInstance.
Constructor Summary | |
ProcessInstance(BPELProcess process,
ProcessContext context)
Create a new ProcessInstance instance with a BPELProcess and a ProcessContext. |
Method Summary | |
ProcessContext |
getContext()
Get the ProcessContext associated with this ProcessInstance. |
BPELProcess |
getProcess()
Get the BPELProcess associated with this ProcessInstance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProcessInstance(BPELProcess process, ProcessContext context)
process
- context
- Method Detail |
public ProcessContext getContext()
public BPELProcess getProcess()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |