org.apache.ode.bpel.rtrep.v2
Class OPickReceive.OnAlarm

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.OPickReceive.OnAlarm
All Implemented Interfaces:
java.io.Serializable, ActivityModel
Enclosing class:
OPickReceive

public static class OPickReceive.OnAlarm
extends OBase

See Also:
Serialized Form

Field Summary
 OActivity activity
           
 OExpression forExpr
           
 OExpression untilExpr
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OPickReceive.OnAlarm(OProcess owner)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

activity

public OActivity activity

forExpr

public OExpression forExpr

untilExpr

public OExpression untilExpr
Constructor Detail

OPickReceive.OnAlarm

public OPickReceive.OnAlarm(OProcess owner)