xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
XrdXrootdAdmin.hh
Go to the documentation of this file.
1 #ifndef __XROOTDADMIN__
2 #define __XROOTDADMIN__
3 /******************************************************************************/
4 /* */
5 /* X r d X r o o t d A d m i n . h h */
6 /* */
7 /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */
8 /* All Rights Reserved */
9 /* Produced by Andrew Hanushevsky for Stanford University under contract */
10 /* DE-AC02-76-SFO0515 with the Department of Energy */
11 /* */
12 /* This file is part of the XRootD software suite. */
13 /* */
14 /* XRootD is free software: you can redistribute it and/or modify it under */
15 /* the terms of the GNU Lesser General Public License as published by the */
16 /* Free Software Foundation, either version 3 of the License, or (at your */
17 /* option) any later version. */
18 /* */
19 /* XRootD is distributed in the hope that it will be useful, but WITHOUT */
20 /* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or */
21 /* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public */
22 /* License for more details. */
23 /* */
24 /* You should have received a copy of the GNU Lesser General Public License */
25 /* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */
26 /* COPYING (GPL license). If not, see <http://www.gnu.org/licenses/>. */
27 /* */
28 /* The copyright holder's institutional names and contributor's names may not */
29 /* be used to endorse or promote products derived from this software without */
30 /* specific prior written permission of the institution or contributor. */
31 /******************************************************************************/
32 
33 #include <stdlib.h>
34 #include <netinet/in.h>
35 
36 #include "Xrd/XrdLinkMatch.hh"
37 #include "XrdOuc/XrdOucStream.hh"
38 #include "XProtocol/XProtocol.hh"
39 
40 class XrdNetSocket;
41 class XrdXrootdJob;
42 
44 {
45 public:
46 
47 static void addJob(const char *jname, XrdXrootdJob *jp);
48 
49 static int Init(XrdSysError *erp, XrdNetSocket *asock);
50 
51  void Login(int socknum);
52 
53  void *Start(XrdNetSocket *AdminSock);
54 
57 
58 private:
59 int do_Abort();
60 int do_Cj();
61 int do_Cont();
62 int do_Disc();
63 int do_Login();
64 int do_Lsc();
65 int do_Lsj();
66 int do_Lsj_Xeq(XrdXrootdJob *jp);
67 int do_Lsd();
68 int do_Msg();
69 int do_Pause();
70 int do_Red();
71 char *getMsg(char *msg, int &mlen);
72 int getreqID();
73 int getTarget(const char *act, char **rest=0);
74 int sendErr(int rc, const char *act, const char *msg);
75 int sendOK(int sent);
76 int sendResp(const char *act, XActionCode anum);
77 int sendResp(const char *act, XActionCode anum,
78  const char *msg, int mlen);
79 void Xeq();
80 
81 struct JobTable {struct JobTable *Next;
82  char *Jname;
84  };
85 
86 static JobTable *JobList;
87 
91 
92 struct usr {kXR_unt16 pad;
96  usr() {pad = 0; atn = htons(kXR_attn);}
97  ~usr() {}
98  } usResp;
99  char TraceID[24];
100  char reqID[16];
101 };
102 #endif
static void addJob(const char *jname, XrdXrootdJob *jp)
usr()
Definition: XrdXrootdAdmin.hh:96
~XrdXrootdAdmin()
Definition: XrdXrootdAdmin.hh:56
~usr()
Definition: XrdXrootdAdmin.hh:97
XrdXrootdJob * Job
Definition: XrdXrootdAdmin.hh:83
unsigned short kXR_unt16
Definition: XPtypes.hh:67
Definition: XrdOucStream.hh:45
XrdXrootdAdmin()
Definition: XrdXrootdAdmin.hh:55
struct JobTable * Next
Definition: XrdXrootdAdmin.hh:81
Definition: XrdXrootdAdmin.hh:81
Definition: XrdNetSocket.hh:47
static int Init(XrdSysError *erp, XrdNetSocket *asock)
int sendErr(int rc, const char *act, const char *msg)
char * Jname
Definition: XrdXrootdAdmin.hh:82
int sendOK(int sent)
Definition: XrdSysError.hh:89
Definition: XrdXrootdAdmin.hh:92
void Login(int socknum)
Definition: XrdXrootdAdmin.hh:43
Definition: XProtocol.hh:301
struct XrdXrootdAdmin::usr usResp
char TraceID[24]
Definition: XrdXrootdAdmin.hh:99
int getTarget(const char *act, char **rest=0)
static JobTable * JobList
Definition: XrdXrootdAdmin.hh:86
char * getMsg(char *msg, int &mlen)
kXR_unt16 pad
Definition: XrdXrootdAdmin.hh:92
kXR_int32 act
Definition: XrdXrootdAdmin.hh:95
XActionCode
Definition: XProtocol.hh:314
XrdLinkMatch Target
Definition: XrdXrootdAdmin.hh:90
static XrdSysError * eDest
Definition: XrdXrootdAdmin.hh:88
int kXR_int32
Definition: XPtypes.hh:89
int sendResp(const char *act, XActionCode anum)
kXR_int32 len
Definition: XrdXrootdAdmin.hh:94
kXR_unt16 atn
Definition: XrdXrootdAdmin.hh:93
void * Start(XrdNetSocket *AdminSock)
Definition: XrdLinkMatch.hh:35
char reqID[16]
Definition: XrdXrootdAdmin.hh:100
Definition: XrdXrootdJob.hh:51
int do_Lsj_Xeq(XrdXrootdJob *jp)
XrdOucStream Stream
Definition: XrdXrootdAdmin.hh:89