|
xrootd
|
#include <XrdCmsManTree.hh>

Classes | |
| struct | TreeInfo |
Public Types | |
| enum | connStat { Active, Connected, None, Pending, Waiting } |
Public Member Functions | |
| int | Connect (int nID, XrdCmsNode *nP) |
| void | Disc (int nID) |
| int | Register () |
| void | setMaxCon (int i) |
| int | Trying (int nID, int Lvl) |
| XrdCmsManTree () | |
| ~XrdCmsManTree () | |
Private Member Functions | |
| void | Redrive (int nID) |
| void | Pause (int nID) |
Private Attributes | |
| XrdSysMutex | myMutex |
| struct XrdCmsManTree::TreeInfo | tmInfo [XrdCmsManager::MTMax] |
| char | buff [8] |
| int | maxTMI |
| int | numConn |
| int | maxConn |
| int | atRoot |
| int | conLevel |
| int | conNID |
| int | numWaiting |
| connStat | myStatus |
| XrdCmsManTree::XrdCmsManTree | ( | ) | [inline] |
| XrdCmsManTree::~XrdCmsManTree | ( | ) | [inline] |
| int XrdCmsManTree::Connect | ( | int | nID, |
| XrdCmsNode * | nP | ||
| ) |
References XrdSysError::Emsg(), XrdCms::kYR_disc, XrdCms::Say, and snprintf.
Referenced by XrdCmsProtocol::Pander().
| void XrdCmsManTree::Disc | ( | int | nID | ) |
Referenced by XrdCmsProtocol::Pander().
| void XrdCmsManTree::Pause | ( | int | nID | ) | [inline, private] |
| void XrdCmsManTree::Redrive | ( | int | nID | ) | [inline, private] |
| int XrdCmsManTree::Register | ( | ) |
Referenced by XrdCmsProtocol::Pander().
| void XrdCmsManTree::setMaxCon | ( | int | i | ) |
References snprintf.
Referenced by XrdCmsConfig::setupServer().
| int XrdCmsManTree::Trying | ( | int | nID, |
| int | Lvl | ||
| ) |
Referenced by XrdCmsProtocol::Pander().
int XrdCmsManTree::atRoot [private] |
char XrdCmsManTree::buff[8] [private] |
int XrdCmsManTree::conLevel [private] |
int XrdCmsManTree::conNID [private] |
int XrdCmsManTree::maxConn [private] |
int XrdCmsManTree::maxTMI [private] |
XrdSysMutex XrdCmsManTree::myMutex [private] |
Referenced by Pause().
connStat XrdCmsManTree::myStatus [private] |
int XrdCmsManTree::numConn [private] |
int XrdCmsManTree::numWaiting [private] |
struct XrdCmsManTree::TreeInfo XrdCmsManTree::tmInfo[XrdCmsManager::MTMax] [private] |
1.7.3