Class DefaultTransportListener

java.lang.Object
org.apache.activemq.transport.DefaultTransportListener
All Implemented Interfaces:
TransportListener
Direct Known Subclasses:
MockTransport

public class DefaultTransportListener extends Object implements TransportListener
An asynchronous listener of commands
  • Constructor Details

    • DefaultTransportListener

      public DefaultTransportListener()
  • Method Details

    • onCommand

      public void onCommand(Object command)
      called to process a command
      Specified by:
      onCommand in interface TransportListener
      Parameters:
      command -
    • onException

      public void onException(IOException error)
      An unrecoverable exception has occured on the transport
      Specified by:
      onException in interface TransportListener
      Parameters:
      error -
    • transportInterupted

      public void transportInterupted()
      The transport has suffered an interuption from which it hopes to recover
      Specified by:
      transportInterupted in interface TransportListener
    • transportResumed

      public void transportResumed()
      The transport has resumed after an interuption
      Specified by:
      transportResumed in interface TransportListener