41 void Added(
const char *name,
bool pend=
false);
46const *
Managers(
int &mNum) {mNum = manNum;
return manList;}
51 {
if (theCms) theCms->Resume(perm);}
54 {
if (theCms) theCms->Suspend(perm);}
57 {
if (theCms)
return theCms->Resource(n);
62 {
if (theCms)
return theCms->Reserve(n);
67 {
if (theCms)
return theCms->Release(n);
72 {
if (theCms)
return theCms->Utilization(util, alert);}
XrdSsiCluster()
Destructor.
void Removed(const char *name)
void Suspend(bool perm=true)
const char *const * Managers(int &mNum)
void Resume(bool perm=true)
void Added(const char *name, bool pend=false)
void Utilization(unsigned int util, bool alert=false)