bexee.core
Class ProcessInstance

java.lang.Object
  extended bybexee.core.ProcessInstance

public class ProcessInstance
extends java.lang.Object

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.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:10 $
Author:
Patric Fornasier, Pawel Kowalski

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

ProcessInstance

public ProcessInstance(BPELProcess process,
                       ProcessContext context)
Create a new ProcessInstance instance with a BPELProcess and a ProcessContext.

Parameters:
process -
context -
Method Detail

getContext

public ProcessContext getContext()
Get the ProcessContext associated with this ProcessInstance.

Returns:
a ProcessContext

getProcess

public BPELProcess getProcess()
Get the BPELProcess associated with this ProcessInstance.

Returns:
a BPELProcess


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.