org.apache.ode.bpel.runtime
Class PROCESS

java.lang.Object
  extended by org.apache.ode.jacob.JacobObject
      extended by org.apache.ode.jacob.JacobRunnable
          extended by org.apache.ode.bpel.runtime.BpelJacobRunnable
              extended by org.apache.ode.bpel.runtime.PROCESS
All Implemented Interfaces:
java.io.Serializable

public class PROCESS
extends BpelJacobRunnable

See Also:
Serialized Form

Constructor Summary
PROCESS(org.apache.ode.bpel.o.OProcess process)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.apache.ode.bpel.runtime.BpelJacobRunnable
createChild, createFault, createFault, createFault, genMonotonic, getBpelRuntimeContext, initializeCorrelation, log
 
Methods inherited from class org.apache.ode.jacob.JacobRunnable
getImplementedMethods, toString
 
Methods inherited from class org.apache.ode.jacob.JacobObject
getClassName, getExtension, getMethod, importChannel, instance, newChannel, newChannel, object, object, object, object, replication, replication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PROCESS

public PROCESS(org.apache.ode.bpel.o.OProcess process)
Method Detail

run

public void run()
Specified by:
run in class org.apache.ode.jacob.JacobRunnable