org.apache.ode.bpel.rtrep.v1
Class OCompensate

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v1.OBase
      extended by org.apache.ode.bpel.rtrep.v1.OAgent
          extended by org.apache.ode.bpel.rtrep.v1.OActivity
              extended by org.apache.ode.bpel.rtrep.v1.OCompensate
All Implemented Interfaces:
java.io.Serializable, ActivityModel

public class OCompensate
extends OActivity

Compiled representation of the BPEL <compensate> activity.

See Also:
Serialized Form

Field Summary
 OScope compensatedScope
          The scope that is compensated by this activity.
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OActivity
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OAgent
incomingLinks, nested, outgoingLinks, variableRd, variableWr
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OCompensate(OProcess owner, OActivity parent)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OActivity
getFailureHandling, getParent, getType, setFailureHandling, toString
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

compensatedScope

public OScope compensatedScope
The scope that is compensated by this activity.

Constructor Detail

OCompensate

public OCompensate(OProcess owner,
                   OActivity parent)