xrootd
Loading...
Searching...
No Matches
Public Member Functions | List of all members
XrdXrootdGPFile Class Referenceabstract

#include <XrdXrootdGPFile.hh>

Public Member Functions

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

Constructor & Destructor Documentation

◆ XrdXrootdGPFile()

XrdXrootdGPFile::XrdXrootdGPFile ( )
inline

Constructor.

◆ ~XrdXrootdGPFile()

virtual XrdXrootdGPFile::~XrdXrootdGPFile ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ getFile()

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.

◆ putFile()

virtual void XrdXrootdGPFile::putFile ( const XrdXrootdGPFileInfo pargs,
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: