org.apache.geronimo.messaging.interceptors
Interface ThrowableTrapOutInterceptor.ThrowableTrapHandler
- Enclosing interface:
- ThrowableTrapOutInterceptor
- public static interface ThrowableTrapOutInterceptor.ThrowableTrapHandler
When a Msg is not successfully (a Throwable is thrown) pushed to the
filtered Msg output, ThrowableTrapOutInterceptor notifies this instance.
Method Summary |
void |
push(Msg aMsg,
Throwable aThrowable)
To receive failure notification. |
push
public void push(Msg aMsg,
Throwable aThrowable)
- To receive failure notification.
- Parameters:
aMsg
- Msg which has not been successfully pushed.aThrowable
- Throwable raised during the processing of the
associated Msg output.
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.