|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.o.OBase
org.apache.ode.bpel.o.OAgent
org.apache.ode.bpel.o.OEventHandler
public class OEventHandler
Compiled represenation of a BPEL event handler.
| 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.o.OAgent |
|---|
incomingLinks, nested, outgoingLinks, variableRd, variableWr |
| Fields inherited from class org.apache.ode.bpel.o.OBase |
|---|
debugInfo |
| Constructor Summary | |
|---|---|
OEventHandler(OProcess owner)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.ode.bpel.o.OBase |
|---|
dehydrate, digest, equals, getId, getOwner, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.util.List<OEventHandler.OEvent> onMessages
public java.util.List<OEventHandler.OAlarm> onAlarms
| Constructor Detail |
|---|
public OEventHandler(OProcess owner)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||