XrdXrootdGPFile Class Reference

#include <XrdXrootdGPFile.hh>

List of all members.

Public Member Functions

virtual void getFile (const XrdXrootdGPFileInfo &gargs, const XrdSecEntity *client=0)=0
virtual void putFile (const XrdXrootdGPFileInfo &gargs, const XrdSecEntity *client=0)=0
 XrdXrootdGPFile ()
 Constructor.
virtual ~XrdXrootdGPFile ()
 Destructor.

Constructor & Destructor Documentation

XrdXrootdGPFile::XrdXrootdGPFile (  )  [inline]

Constructor.

virtual XrdXrootdGPFile::~XrdXrootdGPFile (  )  [inline, virtual]

Destructor.


Member Function Documentation

virtual void XrdXrootdGPFile::getFile ( const XrdXrootdGPFileInfo gargs,
const XrdSecEntity client = 0 
) [pure virtual]

Execute a getFile request.

Parameters:
gargs - The getFile arguments.
client - Client's identity (may be null).
Note:
All status and information returns uses the methods in the gargs object. So, if even if the call rejected, then that occurrence is reflected by calling gargs.Completed() with an error code and msg.
virtual void XrdXrootdGPFile::putFile ( const XrdXrootdGPFileInfo gargs,
const XrdSecEntity client = 0 
) [pure virtual]

Execute a putFile request.

Parameters:
pargs - The putFile arguments.
client - Client's identity (may be null).
Note:
All status and information returns uses the methods in the pargs object. So, if even if the call rejected, then that occurrence is reflected by calling pargs.Completed() with an error code and msg.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 7 Jul 2020 for xrootd by  doxygen 1.6.1