org.apache.ode.bpel.rtrep.v2
Class BpelJacobRunnable
java.lang.Object
org.apache.ode.jacob.JacobObject
org.apache.ode.jacob.JacobRunnable
org.apache.ode.bpel.rtrep.v2.BpelJacobRunnable
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EXTENSIONACTIVITY, FOREACH, INVOKE, PROCESS, REPEATUNTIL, SCOPEACT
public abstract class BpelJacobRunnable
- extends JacobRunnable
Base class extended by all BPEL-related abstractions. Provides methods for
manipulating the BPEL database, creating faults, and accessing the native
facilities.
Created on Jan 12, 2004 at 5:41:27 PM.
- See Also:
- Serialized Form
Field Summary |
protected org.apache.ode.bpel.rtrep.v2.ScopeFrame |
_scopeFrame
|
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 |
_scopeFrame
protected org.apache.ode.bpel.rtrep.v2.ScopeFrame _scopeFrame
BpelJacobRunnable
public BpelJacobRunnable()
getBpelRuntime
protected OdeInternalInstance getBpelRuntime()
log
protected org.apache.commons.logging.Log log()
createFault
protected final FaultData createFault(javax.xml.namespace.QName fault,
org.w3c.dom.Element faultMsg,
OVarType faultType,
OBase location)
createFault
protected final FaultData createFault(javax.xml.namespace.QName fault,
OBase location,
java.lang.String faultExplanation)
createFault
protected final FaultData createFault(javax.xml.namespace.QName fault,
OBase location)
createChild
protected JacobRunnable createChild(org.apache.ode.bpel.rtrep.v2.ActivityInfo childInfo,
org.apache.ode.bpel.rtrep.v2.ScopeFrame scopeFrame,
org.apache.ode.bpel.rtrep.v2.LinkFrame linkFrame)
initializeCorrelation
protected void initializeCorrelation(CorrelationSetInstance cset,
VariableInstance variable)
throws FaultException
- Throws:
FaultException
genMonotonic
protected long genMonotonic()