Utility class used by the Transport to perform the work of responding to events from the active Transport.
More...
#include <src/main/activemq/transport/failover/FailoverTransportListener.h>
Utility class used by the Transport to perform the work of responding to events from the active Transport.
- Since
- 3.0
◆ FailoverTransportListener()
activemq::transport::failover::FailoverTransportListener::FailoverTransportListener |
( |
FailoverTransport * | parent | ) |
|
◆ ~FailoverTransportListener()
virtual activemq::transport::failover::FailoverTransportListener::~FailoverTransportListener |
( |
| ) |
|
|
virtual |
◆ onCommand()
virtual void activemq::transport::failover::FailoverTransportListener::onCommand |
( |
const Pointer< Command > | command | ) |
|
|
virtual |
Event handler for the receipt of a command.
The transport passes off all received commands to its listeners, the listener then owns the Object. If there is no registered listener the Transport deletes the command upon receipt.
- Parameters
-
command | the received command object. |
Implements activemq::transport::TransportListener.
◆ onException()
◆ transportInterrupted()
virtual void activemq::transport::failover::FailoverTransportListener::transportInterrupted |
( |
| ) |
|
|
virtual |
◆ transportResumed()
virtual void activemq::transport::failover::FailoverTransportListener::transportResumed |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: