com.ibm.di.eventhandler
Interface SwitchboardInterceptor


public interface SwitchboardInterceptor


Field Summary
static int EVENT
           
static int STOP
           
 
Method Summary
 Entry interceptorEvent(Switchboard source, int operation, Entry event)
          Called by the EventHandler on receipt of an event
 

Field Detail

EVENT

static final int EVENT
See Also:
Constant Field Values

STOP

static final int STOP
See Also:
Constant Field Values
Method Detail

interceptorEvent

Entry interceptorEvent(Switchboard source,
                       int operation,
                       Entry event)
                       throws Exception
Called by the EventHandler on receipt of an event

Parameters:
source - The eventhandler calling
event - The event object
Returns:
The return value to the eventhandler or a reference to a different interceptor to call
Throws:
Exception - if the operation does not succeed