
Public Member Functions | |
| LinkDescriptor () | |
| default constructor | |
| ~LinkDescriptor () | |
| bool | isUnspecified () const |
Static Public Member Functions | |
| static LinkDescriptor & | UNSPECIFIED () |
Public Attributes | |
| bool | unspecified |
| LinkID | localLink |
| link identifiers | |
| LinkID | remoteLink |
| const address_v * | localLocator |
| used underlay addresses for the link | |
| const address_v * | remoteLocator |
| EndpointDescriptor | remoteEndpoint |
| the remote end-point descriptor | |
| bool | up |
| flag, whether this link is up | |
Definition at line 212 of file BaseCommunication.h.
| ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::LinkDescriptor | ( | ) | [inline] |
default constructor
Definition at line 216 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::UNSPECIFIED().
| ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::~LinkDescriptor | ( | ) | [inline] |
| bool ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::isUnspecified | ( | ) | const [inline] |
Definition at line 227 of file BaseCommunication.h.
References ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::UNSPECIFIED().
Referenced by ariba::communication::BaseCommunication::getEndpointDescriptor(), and ariba::communication::BaseCommunication::receiveMessage().
| static LinkDescriptor& ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::UNSPECIFIED | ( | ) | [inline, static] |
Definition at line 231 of file BaseCommunication.h.
References ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::LinkDescriptor().
Referenced by ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::isUnspecified(), ariba::communication::BaseCommunication::queryLocalLink(), and ariba::communication::BaseCommunication::queryRemoteLink().
| LinkID ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::localLink |
link identifiers
Definition at line 240 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::receiveMessage().
| const address_v* ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::localLocator |
used underlay addresses for the link
Definition at line 244 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::receiveMessage(), and ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::~LinkDescriptor().
| EndpointDescriptor ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::remoteEndpoint |
the remote end-point descriptor
Definition at line 248 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::getEndpointDescriptor(), and ariba::communication::BaseCommunication::receiveMessage().
| LinkID ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::remoteLink |
Definition at line 241 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::receiveMessage().
| const address_v* ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::remoteLocator |
| bool ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::unspecified |
Definition at line 237 of file BaseCommunication.h.
| bool ariba::communication::BaseCommunication::BaseCommunication::LinkDescriptor::up |
flag, whether this link is up
Definition at line 251 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::receiveMessage().
1.5.8