Public Member Functions | |
LinkDescriptor () | |
LinkDescriptor (const LinkID &_localLink, const NetworkLocator *&_localLocator, const LinkID &_remoteLink, const NetworkLocator *&_remoteLocator, const EndpointDescriptor &_remoteEndpoint, bool _linkup) | |
LinkDescriptor (const LinkDescriptor &desc) | |
bool | isUnspecified () const |
Public Attributes | |
LinkID | localLink |
const NetworkLocator * | localLocator |
LinkID | remoteLink |
const NetworkLocator * | remoteLocator |
EndpointDescriptor | remoteEndpoint |
bool | linkup |
Static Public Attributes | |
static const LinkDescriptor | UNSPECIFIED |
Definition at line 225 of file BaseCommunication.h.
ariba::communication::BaseCommunication::LinkDescriptor::LinkDescriptor | ( | ) | [inline] |
Definition at line 229 of file BaseCommunication.h.
ariba::communication::BaseCommunication::LinkDescriptor::LinkDescriptor | ( | const LinkID & | _localLink, | |
const NetworkLocator *& | _localLocator, | |||
const LinkID & | _remoteLink, | |||
const NetworkLocator *& | _remoteLocator, | |||
const EndpointDescriptor & | _remoteEndpoint, | |||
bool | _linkup | |||
) | [inline] |
Definition at line 238 of file BaseCommunication.h.
ariba::communication::BaseCommunication::LinkDescriptor::LinkDescriptor | ( | const LinkDescriptor & | desc | ) | [inline] |
Definition at line 249 of file BaseCommunication.h.
bool ariba::communication::BaseCommunication::LinkDescriptor::isUnspecified | ( | ) | const [inline] |
Definition at line 258 of file BaseCommunication.h.
References UNSPECIFIED.
Referenced by ariba::communication::BaseCommunication::getEndpointDescriptor(), and ariba::communication::BaseCommunication::receiveMessage().
const BaseCommunication::LinkDescriptor ariba::communication::BaseCommunication::LinkDescriptor::UNSPECIFIED [static] |
Definition at line 227 of file BaseCommunication.h.
Referenced by isUnspecified(), ariba::communication::BaseCommunication::queryLocalLink(), and ariba::communication::BaseCommunication::queryRemoteLink().
Definition at line 262 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::onNetworkChange(), and ariba::communication::BaseCommunication::receiveMessage().
const NetworkLocator* ariba::communication::BaseCommunication::LinkDescriptor::localLocator |
Definition at line 263 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::receiveMessage().
Definition at line 264 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::onNetworkChange(), and ariba::communication::BaseCommunication::receiveMessage().
const NetworkLocator* ariba::communication::BaseCommunication::LinkDescriptor::remoteLocator |
Definition at line 265 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::onNetworkChange(), and ariba::communication::BaseCommunication::receiveMessage().
Definition at line 266 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::getEndpointDescriptor().
Definition at line 268 of file BaseCommunication.h.
Referenced by ariba::communication::BaseCommunication::receiveMessage().