AgentXcpp  Revision:4ac4848
Internals Documentation
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends
agentxcpp::connector::pdu_handler Class Reference

Interface for classes which can handle incoming PDU's. More...

#include <connector.hpp>

Inheritance diagram for agentxcpp::connector::pdu_handler:
[legend]

List of all members.

Public Member Functions

virtual void handle_pdu (boost::shared_ptr< PDU >)=0
 Handler method for incoming PDU's.

Detailed Description

Interface for classes which can handle incoming PDU's.

Classes which want to receive incoming PDU's implement this interface. An object of type pdu_handler can then be registered with a connector object to indicate that it wants to receive PDU's.

Definition at line 139 of file connector.hpp.


Member Function Documentation

virtual void agentxcpp::connector::pdu_handler::handle_pdu ( boost::shared_ptr< PDU ) [pure virtual]

Handler method for incoming PDU's.

When a PDU is received by the connector class, this method is called on the registered object. Note that ResponsePDU's are not handed over to the registered object.

Referenced by agentxcpp::connector::receive_callback().


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