org.apache.ode.bpel.common.evt
Class DebugBpelEventListener

java.lang.Object
  extended by org.apache.ode.bpel.common.evt.DebugBpelEventListener
All Implemented Interfaces:
org.apache.ode.bpel.iapi.BpelEventListener

public class DebugBpelEventListener
extends java.lang.Object
implements org.apache.ode.bpel.iapi.BpelEventListener

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(org.apache.ode.bpel.evt.BpelEvent bpelEvent)
           
 void shutdown()
           
 void startup(java.util.Properties configProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugBpelEventListener

public DebugBpelEventListener()
Method Detail

onEvent

public void onEvent(org.apache.ode.bpel.evt.BpelEvent bpelEvent)
Specified by:
onEvent in interface org.apache.ode.bpel.iapi.BpelEventListener

startup

public void startup(java.util.Properties configProperties)
Specified by:
startup in interface org.apache.ode.bpel.iapi.BpelEventListener

shutdown

public void shutdown()
Specified by:
shutdown in interface org.apache.ode.bpel.iapi.BpelEventListener