ZeroConfigurator Class Reference

#include <ZeroConfigurator.h>

List of all members.


Detailed Description

Zeroconf module.

Module for retrieving bootstrap nodes via Zeroconf (AVAHI connector)

Author:
Bin Zheng
See also:
BootstrapList

Public Member Functions

 ZeroConfigurator ()
 ~ZeroConfigurator ()
void announceService (const NodeHandle &node)
 Announce bootstrap service in the local domain.
void revokeService ()
 Withdraw bootstrap service in the local domain.
bool isEnabled ()

Constructor & Destructor Documentation

ZeroConfigurator::ZeroConfigurator (  )  [inline]

00191 {};

ZeroConfigurator::~ZeroConfigurator (  )  [inline]

00192 {};


Member Function Documentation

void ZeroConfigurator::announceService ( const NodeHandle node  )  [inline]

Announce bootstrap service in the local domain.

Parameters:
node pointer of the local overlay node

Referenced by BootstrapList::registerBootstrapNode().

00199 {};

void ZeroConfigurator::revokeService (  )  [inline]

Withdraw bootstrap service in the local domain.

Referenced by BootstrapList::removeBootstrapNode().

00204 {};

bool ZeroConfigurator::isEnabled (  )  [inline]

Referenced by BootstrapList::initializeApp().

00211 { return false; };


The documentation for this class was generated from the following file:

Generated on Fri Sep 19 13:05:08 2008 for ITM OverSim by  doxygen 1.5.5