#include <XrdCmsNotify.hh>

Public Member Functions | |
| int | Gone (const char *Path, int isPfn=1) |
| int | Have (const char *Path, int isPfn=1) |
| XrdCmsNotify (XrdSysError *erp, const char *aPath, const char *iName, int Opts=0) | |
| ~XrdCmsNotify () | |
Static Public Attributes | |
| static const int | isServ = 0x0001 |
| static const int | noPace = 0x0002 |
Private Member Functions | |
| int | Send (const char *Buff, int Blen) |
Private Attributes | |
| XrdSysError * | eDest |
| XrdNetMsg * | xMsg |
| char * | destPath |
| int | Pace |
| XrdCmsNotify::XrdCmsNotify | ( | XrdSysError * | erp, | |
| const char * | aPath, | |||
| const char * | iName, | |||
| int | Opts = 0 | |||
| ) |
| int XrdCmsNotify::Gone | ( | const char * | Path, | |
| int | isPfn = 1 | |||
| ) |
References Send().
| int XrdCmsNotify::Have | ( | const char * | Path, | |
| int | isPfn = 1 | |||
| ) |
References Send().
| int XrdCmsNotify::Send | ( | const char * | Buff, | |
| int | Blen | |||
| ) | [private] |
References XrdSysMutex::Lock(), Pace, XrdNetMsg::Send(), XrdSysMutex::UnLock(), XrdSysTimer::Wait(), and xMsg.
char* XrdCmsNotify::destPath [private] |
Referenced by XrdCmsNotify(), and ~XrdCmsNotify().
XrdSysError* XrdCmsNotify::eDest [private] |
Referenced by XrdCmsNotify().
const int XrdCmsNotify::isServ = 0x0001 [static] |
Referenced by XrdFrmConfig::ConfigPaths(), and XrdCmsNotify().
const int XrdCmsNotify::noPace = 0x0002 [static] |
Referenced by XrdCmsNotify().
int XrdCmsNotify::Pace [private] |
Referenced by Send(), and XrdCmsNotify().
XrdNetMsg* XrdCmsNotify::xMsg [private] |
Referenced by Send(), XrdCmsNotify(), and ~XrdCmsNotify().
1.7.1