Qpid Proton C++ API  0.33.0
endpointabstract

The base class for session, connection, and link. More...

#include <endpoint.hpp>

Inheritance diagram for endpoint:
connection link session receiver sender

Public Member Functions

virtual bool uninitialized () const =0
 True if the local end is uninitialized.
 
virtual bool active () const =0
 True if the local end is active.
 
virtual bool closed () const =0
 True if the local and remote ends are closed.
 
virtual class error_condition error () const =0
 Get the error condition of the remote endpoint.
 
virtual void close ()=0
 Close the endpoint.
 
virtual void close (const error_condition &)=0
 Close the endpoint with an error condition.
 

Detailed Description

The base class for session, connection, and link.


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