Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
Public Member Functions | List of all members
qpid::console::ConsoleListener Class Reference

Implement a subclass of ConsoleListener and subscribe it using the SessionManager to receive indications. More...

#include <qpid/console/ConsoleListener.h>

Public Member Functions

virtual ~ConsoleListener ()
 
virtual void brokerConnected (const Broker &)
 Invoked when a connection is established to a broker. More...
 
virtual void brokerDisconnected (const Broker &)
 Invoked when the connection to a broker is lost. More...
 
virtual void newPackage (const std::string &)
 Invoked when a QMF package is discovered. More...
 
virtual void newClass (const ClassKey &)
 Invoked when a new class is discovered. More...
 
virtual void newAgent (const Agent &)
 Invoked when a QMF agent is discovered. More...
 
virtual void delAgent (const Agent &)
 Invoked when a QMF agent disconects. More...
 
virtual void objectProps (Broker &, Object &)
 Invoked when an object is updated. More...
 
virtual void objectStats (Broker &, Object &)
 Invoked when an object is updated. More...
 
virtual void event (Event &)
 Invoked when an event is raised. More...
 
virtual void brokerInfo (Broker &)
 

Detailed Description

Implement a subclass of ConsoleListener and subscribe it using the SessionManager to receive indications.

Definition at line 40 of file ConsoleListener.h.

Constructor & Destructor Documentation

virtual qpid::console::ConsoleListener::~ConsoleListener ( )
inlinevirtual

Definition at line 42 of file ConsoleListener.h.

Member Function Documentation

virtual void qpid::console::ConsoleListener::brokerConnected ( const Broker )
inlinevirtual

Invoked when a connection is established to a broker.

Definition at line 46 of file ConsoleListener.h.

virtual void qpid::console::ConsoleListener::brokerDisconnected ( const Broker )
inlinevirtual

Invoked when the connection to a broker is lost.

Definition at line 50 of file ConsoleListener.h.

virtual void qpid::console::ConsoleListener::brokerInfo ( Broker )
inlinevirtual

Definition at line 87 of file ConsoleListener.h.

virtual void qpid::console::ConsoleListener::delAgent ( const Agent )
inlinevirtual

Invoked when a QMF agent disconects.

Definition at line 67 of file ConsoleListener.h.

virtual void qpid::console::ConsoleListener::event ( Event )
inlinevirtual

Invoked when an event is raised.

Definition at line 79 of file ConsoleListener.h.

virtual void qpid::console::ConsoleListener::newAgent ( const Agent )
inlinevirtual

Invoked when a QMF agent is discovered.

Definition at line 63 of file ConsoleListener.h.

virtual void qpid::console::ConsoleListener::newClass ( const ClassKey )
inlinevirtual

Invoked when a new class is discovered.

Session.getSchema can be used to obtain details about the class.

Definition at line 59 of file ConsoleListener.h.

virtual void qpid::console::ConsoleListener::newPackage ( const std::string &  )
inlinevirtual

Invoked when a QMF package is discovered.

Definition at line 54 of file ConsoleListener.h.

virtual void qpid::console::ConsoleListener::objectProps ( Broker ,
Object  
)
inlinevirtual

Invoked when an object is updated.

Definition at line 71 of file ConsoleListener.h.

virtual void qpid::console::ConsoleListener::objectStats ( Broker ,
Object  
)
inlinevirtual

Invoked when an object is updated.

Definition at line 75 of file ConsoleListener.h.


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

Qpid C++ API Reference
Generated on Mon Jul 15 2013 for Qpid C++ Client API by doxygen 1.8.3.1