XRootD
XrdXrootdGPFile Class Referenceabstract

#include <XrdXrootdGPFile.hh>

+ Collaboration diagram for XrdXrootdGPFile:

Public Member Functions

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

Detailed Description

Definition at line 119 of file XrdXrootdGPFile.hh.

Constructor & Destructor Documentation

◆ XrdXrootdGPFile()

XrdXrootdGPFile::XrdXrootdGPFile ( )
inline

Constructor.

Definition at line 155 of file XrdXrootdGPFile.hh.

155 {}

◆ ~XrdXrootdGPFile()

virtual XrdXrootdGPFile::~XrdXrootdGPFile ( )
inlinevirtual

Destructor.

Definition at line 161 of file XrdXrootdGPFile.hh.

161 {}

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: