'Classic' CCA c++ binding (ccaffeine-only)  0.5.7
Public Member Functions
classic::gov::cca::ConnectionEvent Class Reference

UNADOPTED standard: ConnectionEvent event interface. More...

#include <ConnectionEvent.h>

List of all members.

Public Member Functions

virtual ~ConnectionEvent ()
 obligatory vdtor
virtual int connected () CLASSIC_CCA_PURE
 True if the event informs a connection.
virtual int disconnected () CLASSIC_CCA_PURE
 True if the event informs a disconnection.
virtual PortInfogetPortInfo () CLASSIC_CCA_PURE
 Get the PortInfo of the affected Port.
virtual void * getOpqTypeMapSharedPtrAddress () CLASSIC_CCA_PURE
 Close your eyes and don't read further.

Detailed Description

UNADOPTED standard: ConnectionEvent event interface.


Constructor & Destructor Documentation

obligatory vdtor

{}

Member Function Documentation

True if the event informs a connection.

True if the event informs a disconnection.

Get the PortInfo of the affected Port.

Close your eyes and don't read further.

Returns the address of a ccafeopq::typemap which will exist for the duration of the ConnectionEvent object under it. This is ugly, but temporary. we will define a full ccafeopq event model soon enough.


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