org.apache.ode.bpel.o
Class OEventHandler.OAlarm

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.OEventHandler.OAlarm
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OEventHandler

public static class OEventHandler.OAlarm
extends OAgent

See Also:
Serialized Form

Field Summary
 OActivity activity
           
 OExpression forExpr
           
 OExpression repeatExpr
           
 OExpression untilExpr
           
 
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
OEventHandler.OAlarm(OProcess owner)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.o.OBase
dehydrate, equals, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

forExpr

public OExpression forExpr

untilExpr

public OExpression untilExpr

repeatExpr

public OExpression repeatExpr

activity

public OActivity activity
Constructor Detail

OEventHandler.OAlarm

public OEventHandler.OAlarm(OProcess owner)