#include <BootstrapNodeHandle.h>
Public Member Functions | |
BootstrapNodeHandle () | |
BootstrapNodeHandle (const BootstrapNodeHandle &handle) | |
BootstrapNodeHandle (const NodeHandle &handle, BootstrapNodePrioType prio=CACHE) | |
BootstrapNodeHandle (const OverlayKey &key, const IPvXAddress &ip, int port, BootstrapNodePrioType prio=CACHE) | |
BootstrapNodePrioType | getNodePrio () const |
void | setNodePrio (BootstrapNodePrioType nodePrio) |
simtime_t | getLastPing () const |
void | setLastPing (simtime_t lastPing) |
Private Attributes | |
BootstrapNodePrioType | nodePrio |
simtime_t | lastPing |
BootstrapNodeHandle::BootstrapNodeHandle | ( | ) | [inline] |
BootstrapNodeHandle::BootstrapNodeHandle | ( | const BootstrapNodeHandle & | handle | ) | [inline] |
BootstrapNodeHandle::BootstrapNodeHandle | ( | const NodeHandle & | handle, | |
BootstrapNodePrioType | prio = CACHE | |||
) | [inline] |
BootstrapNodeHandle::BootstrapNodeHandle | ( | const OverlayKey & | key, | |
const IPvXAddress & | ip, | |||
int | port, | |||
BootstrapNodePrioType | prio = CACHE | |||
) | [inline] |
BootstrapNodePrioType BootstrapNodeHandle::getNodePrio | ( | ) | const [inline] |
Referenced by BootstrapList::insertBootstrapCandidate(), and operator<<().
00068 { 00069 return nodePrio; 00070 }
void BootstrapNodeHandle::setNodePrio | ( | BootstrapNodePrioType | nodePrio | ) | [inline] |
simtime_t BootstrapNodeHandle::getLastPing | ( | ) | const [inline] |
Referenced by BootstrapList::handleBootstrapListTimerExpired(), BootstrapList::insertBootstrapCandidate(), and operator<<().
00076 { 00077 return lastPing; 00078 }
void BootstrapNodeHandle::setLastPing | ( | simtime_t | lastPing | ) | [inline] |
Referenced by BootstrapNodeHandle(), and getNodePrio().
simtime_t BootstrapNodeHandle::lastPing [private] |
Referenced by getLastPing().