Equalizer  1.2.1
Public Member Functions | Protected Member Functions
eqPly::Node Class Reference

Representation of a node in the cluster. More...

#include <node.h>

+ Inheritance diagram for eqPly::Node:
+ Collaboration diagram for eqPly::Node:

List of all members.

Public Member Functions

 Node (eq::Config *parent)
 Construct a new node.

Protected Member Functions

virtual ~Node ()
 Destruct the node.
virtual bool configInit (const eq::uint128_t &initID)
 Initialize this node.
virtual bool configExit ()
 Exit this node.

Detailed Description

Representation of a node in the cluster.

Manages node-specific data, namely requesting the mapping of the initialization data by the local Config instance.

Definition at line 45 of file share/Equalizer/examples/eqPly/node.h.


Constructor & Destructor Documentation

eqPly::Node::Node ( eq::Config parent) [inline]

Construct a new node.

Version:
1.0

Reimplemented from eq::Node.

Definition at line 48 of file share/Equalizer/examples/eqPly/node.h.

virtual eqPly::Node::~Node ( ) [inline, protected, virtual]

Destruct the node.

Version:
1.0

Reimplemented from eq::Node.

Definition at line 51 of file share/Equalizer/examples/eqPly/node.h.


Member Function Documentation

bool eqPly::Node::configExit ( ) [protected, virtual]

Exit this node.

Version:
1.0

Reimplemented from eq::Node.

Definition at line 54 of file eqPly/node.cpp.

References eq::fabric::Node< Config, Node, Pipe, NodeVisitor >::getConfig(), and eqPly::Config::unmapData().

+ Here is the call graph for this function:

bool eqPly::Node::configInit ( const eq::uint128_t initID) [protected, virtual]

The documentation for this class was generated from the following files:
Generated on Fri Jun 8 2012 15:44:36 for Equalizer 1.2.1 by  doxygen 1.8.0