|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.common.evt.DebugBpelEventListener
public class DebugBpelEventListener
Example implementation of the BpelEventListener interface.
Dumps navigation events to a logging appender and optionally to stdout.
To use the DebugBpelEventListener add the following lines to your
ode-xxx.properties file:
ode-jbi.event.listeners=org.apache.ode.bpel.common.evt.DebugBpelEventListener
debugeventlistener.dumpToStdOut=on/off
| Constructor Summary | |
|---|---|
DebugBpelEventListener()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebugBpelEventListener()
| Method Detail |
|---|
public void onEvent(BpelEvent bpelEvent)
BpelEventListener
onEvent in interface BpelEventListenerbpelEvent - BPEL eventpublic void startup(java.util.Properties configProperties)
BpelEventListenerconfigProperties 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).
startup in interface BpelEventListenerconfigProperties - configuration propertiespublic void shutdown()
BpelEventListener
shutdown in interface BpelEventListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||