Package org.apache.activemq.transport
Class DefaultTransportListener
java.lang.Object
org.apache.activemq.transport.DefaultTransportListener
- All Implemented Interfaces:
TransportListener
- Direct Known Subclasses:
MockTransport
An asynchronous listener of commands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalled to process a commandvoidonException(IOException error) An unrecoverable exception has occured on the transportvoidThe transport has suffered an interuption from which it hopes to recovervoidThe transport has resumed after an interuption
-
Constructor Details
-
DefaultTransportListener
public DefaultTransportListener()
-
-
Method Details
-
onCommand
called to process a command- Specified by:
onCommandin interfaceTransportListener- Parameters:
command-
-
onException
An unrecoverable exception has occured on the transport- Specified by:
onExceptionin interfaceTransportListener- Parameters:
error-
-
transportInterupted
public void transportInterupted()The transport has suffered an interuption from which it hopes to recover- Specified by:
transportInteruptedin interfaceTransportListener
-
transportResumed
public void transportResumed()The transport has resumed after an interuption- Specified by:
transportResumedin interfaceTransportListener
-