|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JmsMessageLifeCycleListener is a listener interface which permits one to be notified of each stage in the life of a JMS message processed by the JMS Listener resource adaper. This is particularly useful for customized logging.
The JMS Listener resource adapter can be configured with the classname of an implementation of
this interface. The adapter creates an instance of the implementation class, and calls
its lifeCycleEvent
to acknowledge the lifecycle events.
Method Summary | |
void |
lifeCycleEvent(JmsMessageLifeCycleEvent event)
Acknowledges the occurrence of the specified event |
Method Detail |
public void lifeCycleEvent(JmsMessageLifeCycleEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |