#include <XrdNetCmsNotify.hh>
Public Member Functions | |
int | Gone (const char *Path, int isPfn=1) |
int | Have (const char *Path, int isPfn=1) |
XrdNetCmsNotify (XrdSysError *erp, const char *aPath, const char *iName, int Opts=0) | |
~XrdNetCmsNotify () | |
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 |
XrdNetCmsNotify::XrdNetCmsNotify | ( | XrdSysError * | erp, | |
const char * | aPath, | |||
const char * | iName, | |||
int | Opts = 0 | |||
) |
XrdNetCmsNotify::~XrdNetCmsNotify | ( | ) |
int XrdNetCmsNotify::Gone | ( | const char * | Path, | |
int | isPfn = 1 | |||
) |
int XrdNetCmsNotify::Have | ( | const char * | Path, | |
int | isPfn = 1 | |||
) |
int XrdNetCmsNotify::Send | ( | const char * | Buff, | |
int | Blen | |||
) | [private] |
char* XrdNetCmsNotify::destPath [private] |
XrdSysError* XrdNetCmsNotify::eDest [private] |
const int XrdNetCmsNotify::isServ = 0x0001 [static] |
const int XrdNetCmsNotify::noPace = 0x0002 [static] |
int XrdNetCmsNotify::Pace [private] |
XrdNetMsg* XrdNetCmsNotify::xMsg [private] |