|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BpelEventListener
Listener interface implemented by parties interested in receiving
BpelEvent
.
Method Summary | |
---|---|
void |
onEvent(BpelEvent bpelEvent)
Handle events. |
void |
shutdown()
Allows the clean up in listener implementations. |
void |
startup(java.util.Properties configProperties)
Allows the initialisation of listeners. |
Method Detail |
---|
void onEvent(BpelEvent bpelEvent)
bpelEvent
- BPEL eventvoid startup(java.util.Properties configProperties)
configProperties
provide access to
configuration option defined in Ode's configuration file
(depends on the used IL implementation). This parameter might
be null if no configuration options are available (i.e. in test
cases).
configProperties
- configuration propertiesvoid shutdown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |