|
| XrdProofdAdmin (XrdProofdManager *mgr, XrdProtocol_Config *pi, XrdSysError *e) |
| Constructor. More...
|
|
virtual | ~XrdProofdAdmin () |
|
int | CleanupSessions (XrdProofdProtocol *p) |
| Handle request of. More...
|
|
int | Config (bool rcf=0) |
| Run configuration and parse the entered config directives. More...
|
|
int | CpFile (XrdProofdProtocol *p) |
| Handle request for copy files from / to the sandbox. More...
|
|
int | DoDirective (XrdProofdDirective *d, char *val, XrdOucStream *cfg, bool rcf) |
| Update the priorities of the active sessions. More...
|
|
int | Exec (XrdProofdProtocol *p) |
| Handle request of cleaning parts of the sandbox. More...
|
|
int | GetFile (XrdProofdProtocol *p) |
| Handle request for sending a file. More...
|
|
int | GetWorkers (XrdProofdProtocol *p) |
| Handle request for getting the best set of workers. More...
|
|
int | Process (XrdProofdProtocol *p, int type) |
| Process admin request. More...
|
|
int | PutFile (XrdProofdProtocol *p) |
| Handle request for recieving a file. More...
|
|
int | QueryLogPaths (XrdProofdProtocol *p) |
| Handle request for log paths. More...
|
|
int | QueryMssUrl (XrdProofdProtocol *p) |
| Handle request for the URL to the MSS attached to the cluster. More...
|
|
int | QueryROOTVersions (XrdProofdProtocol *p) |
| Handle request for list of ROOT versions. More...
|
|
int | QuerySessions (XrdProofdProtocol *p) |
| Handle request for list of sessions. More...
|
|
int | QueryWorkers (XrdProofdProtocol *p) |
| Handle request for getting the list of potential workers. More...
|
|
int | ReleaseWorker (XrdProofdProtocol *p) |
| Handle request for releasing a worker. More...
|
|
int | SendMsgToUser (XrdProofdProtocol *p) |
| Handle request for sending a message to a user. More...
|
|
int | SetGroupProperties (XrdProofdProtocol *p) |
| Handle request for setting group properties. More...
|
|
int | SetROOTVersion (XrdProofdProtocol *p) |
| Handle request for changing the default ROOT version. More...
|
|
int | SetSessionAlias (XrdProofdProtocol *p) |
| Handle request for setting the session alias. More...
|
|
int | SetSessionTag (XrdProofdProtocol *p) |
| Handle request for setting the session tag. More...
|
|
| XrdProofdConfig (const char *cfg=0, XrdSysError *edest=0) |
| Main constructor. More...
|
|
virtual | ~XrdProofdConfig () |
|
const char * | CfgFile () const |
|
virtual int | Config (bool rcf=0) |
|
virtual int | DoDirective (XrdProofdDirective *, char *, XrdOucStream *, bool) |
|
virtual void | RegisterDirectives () |
|
void | SetCfgEDest (const char *cfg, XrdSysError *edest) |
| Set config file and error handler. More...
|
|