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

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.OTerminate
All Implemented Interfaces:
java.io.Serializable, ActivityModel

public class OTerminate
extends OActivity

Compiled representation of the BPEL <terminate> activity.

See Also:
Serialized Form

Field Summary
 
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
OTerminate(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
 

Constructor Detail

OTerminate

public OTerminate(OProcess owner,
                  OActivity parent)