public class ChainedExceptionListener extends Object implements javax.jms.ExceptionListener
| Constructor and Description |
|---|
ChainedExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDelegate(javax.jms.ExceptionListener listener)
Add an ExceptionListener to the chained delegate list.
|
javax.jms.ExceptionListener[] |
getDelegates()
Return all registered ExceptionListener delegates (as array).
|
void |
onException(javax.jms.JMSException ex) |
public final void addDelegate(javax.jms.ExceptionListener listener)
public final javax.jms.ExceptionListener[] getDelegates()
public void onException(javax.jms.JMSException ex)
onException in interface javax.jms.ExceptionListenerCopyright © 2015. All rights reserved.