public class MessagingDelegate extends Object implements javax.jms.ExceptionListener, org.apache.activemq.transport.TransportListener, org.springframework.util.ErrorHandler
| Constructor and Description |
|---|
MessagingDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(Throwable inT) |
void |
handleMessage(Object inObject)
Receives an object
|
void |
onCommand(Object inObject) |
void |
onException(IOException inException) |
void |
onException(javax.jms.JMSException inException) |
void |
transportInterupted() |
void |
transportResumed() |
public void handleMessage(Object inObject)
inObject - The received object.public void onException(javax.jms.JMSException inException)
onException in interface javax.jms.ExceptionListenerpublic void onException(IOException inException)
onException in interface org.apache.activemq.transport.TransportListenerpublic void handleError(Throwable inT)
handleError in interface org.springframework.util.ErrorHandlerpublic void onCommand(Object inObject)
onCommand in interface org.apache.activemq.transport.TransportListenerpublic void transportInterupted()
transportInterupted in interface org.apache.activemq.transport.TransportListenerpublic void transportResumed()
transportResumed in interface org.apache.activemq.transport.TransportListenerCopyright © 2019. All rights reserved.