org.apache.ode.bpel.o
Class OWhile

java.lang.Object
  extended by org.apache.ode.bpel.o.OBase
      extended by org.apache.ode.bpel.o.OAgent
          extended by org.apache.ode.bpel.o.OActivity
              extended by org.apache.ode.bpel.o.OWhile
All Implemented Interfaces:
java.io.Serializable

public class OWhile
extends OActivity

Compiled representation of a <while> activity.

See Also:
Serialized Form

Field Summary
 OActivity activity
           
 OExpression whileCondition
          The while condition.
 
Fields inherited from class org.apache.ode.bpel.o.OActivity
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks
 
Fields inherited from class org.apache.ode.bpel.o.OAgent
incomingLinks, nested, outgoingLinks, variableRd, variableWr
 
Fields inherited from class org.apache.ode.bpel.o.OBase
debugInfo
 
Constructor Summary
OWhile(OProcess owner, OActivity parent)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.o.OActivity
getFailureHandling, getParent, getType, setFailureHandling, toString
 
Methods inherited from class org.apache.ode.bpel.o.OBase
dehydrate, equals, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

whileCondition

public OExpression whileCondition
The while condition.


activity

public OActivity activity
Constructor Detail

OWhile

public OWhile(OProcess owner,
              OActivity parent)