org.apache.ode.bpel.rtrep.v2
Class OTerminationHandler

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.OAgent
          extended by org.apache.ode.bpel.rtrep.v2.OActivity
              extended by org.apache.ode.bpel.rtrep.v2.OScope
                  extended by org.apache.ode.bpel.rtrep.v2.OTerminationHandler
All Implemented Interfaces:
java.io.Serializable, ActivityModel, ScopeModel

public class OTerminationHandler
extends OScope

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ode.bpel.rtrep.v2.OScope
OScope.CorrelationSet, OScope.Variable
 
Field Summary
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OScope
activity, atomicScope, compensatable, compensationHandler, correlationSets, eventHandler, faultHandler, implicitScope, inboundMessageChildActivity, isolatedScope, name, partnerLinks, terminationHandler, variables
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OActivity
failureHandling, joinCondition, sourceLinks, suppressJoinFailure, targetLinks
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OAgent
incomingLinks, nested, outgoingLinks, variableRd, variableWr
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OTerminationHandler(OProcess owner, OActivity parent)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OScope
addCorrelationSet, addLocalVariable, getActivity, getCorrelationSet, getLocalPartnerLink, getLocalVariable, getVisiblePartnerLink, getVisibleVariable, isInAtomicScope, toString
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OActivity
getFailureHandling, getParent, getType, setFailureHandling
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OTerminationHandler

public OTerminationHandler(OProcess owner,
                           OActivity parent)