activemq::transport::TransportListener Class Reference

A listener of asynchronous exceptions from a command transport object. More...

#include <src/main/activemq/transport/TransportListener.h>

Inheritance diagram for activemq::transport::TransportListener:
Inheritance graph
[legend]

Public Member Functions

virtual ~TransportListener ()
virtual void onCommand (const Pointer< Command > command)=0
 Event handler for the receipt of a command.
virtual void onException (const decaf::lang::Exception &ex)=0
 Event handler for an exception from a command transport.
virtual void transportInterrupted ()=0
 The transport has suffered an interruption from which it hopes to recover.
virtual void transportResumed ()=0
 The transport has resumed after an interruption.

Detailed Description

A listener of asynchronous exceptions from a command transport object.


Constructor & Destructor Documentation

virtual activemq::transport::TransportListener::~TransportListener (  )  [inline, virtual]

Member Function Documentation

virtual void activemq::transport::TransportListener::onCommand ( const Pointer< Command command  )  [pure virtual]
virtual void activemq::transport::TransportListener::onException ( const decaf::lang::Exception ex  )  [pure virtual]
virtual void activemq::transport::TransportListener::transportInterrupted (  )  [pure virtual]
virtual void activemq::transport::TransportListener::transportResumed (  )  [pure virtual]

The documentation for this class was generated from the following file:

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1