#include <source/ariba/overlay/messages/JoinReply.h>
Inherits ariba::utility::Message.
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() | |||
) |
Definition at line 46 of file JoinReply.cpp.
ariba::overlay::JoinReply::~JoinReply | ( | ) | [virtual] |
Definition at line 50 of file JoinReply.cpp.
const EndpointDescriptor & ariba::overlay::JoinReply::getBootstrapEndpoint | ( | ) |
Definition at line 66 of file JoinReply.cpp.
References bootstrapEp.
Referenced by ariba::overlay::BaseOverlay::handleJoinReply().
bool ariba::overlay::JoinReply::getJoinAllowed | ( | ) |
Definition at line 62 of file JoinReply.cpp.
References joinAllowed.
Referenced by ariba::overlay::BaseOverlay::handleJoinReply().
const OverlayParameterSet & ariba::overlay::JoinReply::getParam | ( | ) |
Definition at line 57 of file JoinReply.cpp.
References param.
Referenced by ariba::overlay::BaseOverlay::handleJoinReply().
const SpoVNetID & ariba::overlay::JoinReply::getSpoVNetID | ( | ) |
Definition at line 53 of file JoinReply.cpp.
References spovnetid.
Referenced by ariba::overlay::BaseOverlay::handleJoinReply().
Definition at line 66 of file JoinReply.h.
Referenced by getBootstrapEndpoint().
bool ariba::overlay::JoinReply::joinAllowed [private] |
Definition at line 65 of file JoinReply.h.
Referenced by getJoinAllowed().
Definition at line 64 of file JoinReply.h.
Referenced by getParam().
Definition at line 63 of file JoinReply.h.
Referenced by getSpoVNetID().
Definition at line 61 of file JoinReply.h.