#include <source/ariba/overlay/messages/JoinReply.h>
Public Member Functions | |
JoinReply (const SpoVNetID _spovnetid=SpoVNetID::UNSPECIFIED, const OverlayParameterSet _param=OverlayParameterSet::DEFAULT, bool _joinAllowed=false, const EndpointDescriptor _bootstrapEp=EndpointDescriptor::UNSPECIFIED) | |
virtual | ~JoinReply () |
const SpoVNetID & | getSpoVNetID () |
const OverlayParameterSet & | getParam () |
bool | getJoinAllowed () |
const EndpointDescriptor & | getBootstrapEndpoint () |
Private Attributes | |
VSERIALIZEABLE | |
SpoVNetID | spovnetid |
OverlayParameterSet | param |
bool | joinAllowed |
EndpointDescriptor | bootstrapEp |
Definition at line 60 of file JoinReply.h.
ariba::overlay::JoinReply::JoinReply | ( | const SpoVNetID | _spovnetid = SpoVNetID::UNSPECIFIED , |
|
const OverlayParameterSet | _param = OverlayParameterSet::DEFAULT , |
|||
bool | _joinAllowed = false , |
|||
const EndpointDescriptor | _bootstrapEp = EndpointDescriptor::UNSPECIFIED | |||
) |
ariba::overlay::JoinReply::~JoinReply | ( | ) | [virtual] |
Definition at line 50 of file JoinReply.cpp.
const SpoVNetID & ariba::overlay::JoinReply::getSpoVNetID | ( | ) |
Definition at line 53 of file JoinReply.cpp.
References spovnetid.
Referenced by ariba::overlay::BaseOverlay::receiveMessage().
const OverlayParameterSet & ariba::overlay::JoinReply::getParam | ( | ) |
Definition at line 57 of file JoinReply.cpp.
References param.
Referenced by ariba::overlay::BaseOverlay::receiveMessage().
bool ariba::overlay::JoinReply::getJoinAllowed | ( | ) |
Definition at line 62 of file JoinReply.cpp.
References joinAllowed.
Referenced by ariba::overlay::BaseOverlay::receiveMessage().
const EndpointDescriptor & ariba::overlay::JoinReply::getBootstrapEndpoint | ( | ) |
Definition at line 66 of file JoinReply.cpp.
References bootstrapEp.
Referenced by ariba::overlay::BaseOverlay::receiveMessage().
Definition at line 61 of file JoinReply.h.
bool ariba::overlay::JoinReply::joinAllowed [private] |