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

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

public class OEventHandler
extends OAgent

Compiled represenation of a BPEL event handler.

See Also:
Serialized Form

Nested Class Summary
static class OEventHandler.OAlarm
           
static class OEventHandler.OEvent
           
 
Field Summary
 java.util.List<OEventHandler.OAlarm> onAlarms
           
 java.util.List<OEventHandler.OEvent> onMessages
           
 
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
OEventHandler(OProcess owner)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

onMessages

public java.util.List<OEventHandler.OEvent> onMessages

onAlarms

public java.util.List<OEventHandler.OAlarm> onAlarms
Constructor Detail

OEventHandler

public OEventHandler(OProcess owner)