xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
XrdFrmXfrAgent.hh
Go to the documentation of this file.
1 #ifndef __FRMXFRAGENT_H__
2 #define __FRMXFRAGENT_H__
3 /******************************************************************************/
4 /* */
5 /* X r d F r m X f r A g e n t . h h */
6 /* */
7 /* */
8 /* (c) 2010 by the Board of Trustees of the Leland Stanford, Jr., University */
9 /* All Rights Reserved */
10 /* Produced by Andrew Hanushevsky for Stanford University under contract */
11 /* DE-AC02-76-SFO0515 with the Department of Energy */
12 /* */
13 /* This file is part of the XRootD software suite. */
14 /* */
15 /* XRootD is free software: you can redistribute it and/or modify it under */
16 /* the terms of the GNU Lesser General Public License as published by the */
17 /* Free Software Foundation, either version 3 of the License, or (at your */
18 /* option) any later version. */
19 /* */
20 /* XRootD is distributed in the hope that it will be useful, but WITHOUT */
21 /* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or */
22 /* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public */
23 /* License for more details. */
24 /* */
25 /* You should have received a copy of the GNU Lesser General Public License */
26 /* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */
27 /* COPYING (GPL license). If not, see <http://www.gnu.org/licenses/>. */
28 /* */
29 /* The copyright holder's institutional names and contributor's names may not */
30 /* be used to endorse or promote products derived from this software without */
31 /* specific prior written permission of the institution or contributor. */
32 /******************************************************************************/
33 
34 #include "XrdFrc/XrdFrcReqAgent.hh"
35 
36 class XrdOucStream;
37 
39 {
40 public:
41 
42 static void Process(XrdOucStream &Request);
43 
44 static int Start();
45 
48 
49 private:
50 
51 static void Add (XrdOucStream &Request, char *Tok, XrdFrcReqAgent &Server);
52 static XrdFrcReqAgent *Agent(char bType);
53 static void Del (XrdOucStream &Request, char *Tok, XrdFrcReqAgent &Server);
54 static void List(XrdOucStream &Request, char *Tok);
55 
60 };
61 #endif
~XrdFrmXfrAgent()
Definition: XrdFrmXfrAgent.hh:47
static void Del(XrdOucStream &Request, char *Tok, XrdFrcReqAgent &Server)
XrdFrmXfrAgent()
Definition: XrdFrmXfrAgent.hh:46
Definition: XrdOucStream.hh:46
static void Add(XrdOucStream &Request, char *Tok, XrdFrcReqAgent &Server)
static int Start()
static XrdFrcReqAgent * Agent(char bType)
static XrdFrcReqAgent MigAgent
Definition: XrdFrmXfrAgent.hh:58
Definition: XrdFrcReqAgent.hh:36
static XrdFrcReqAgent PutAgent
Definition: XrdFrmXfrAgent.hh:57
static XrdFrcReqAgent StgAgent
Definition: XrdFrmXfrAgent.hh:59
static void List(XrdOucStream &Request, char *Tok)
static XrdFrcReqAgent GetAgent
Definition: XrdFrmXfrAgent.hh:56
static void Process(XrdOucStream &Request)
Definition: XrdFrmXfrAgent.hh:38