XrdOfsPrepare Class Reference
#include <XrdOfsPrepare.hh>
List of all members.
Constructor & Destructor Documentation
XrdOfsPrepare::XrdOfsPrepare |
( |
|
) |
[inline] |
virtual XrdOfsPrepare::~XrdOfsPrepare |
( |
|
) |
[inline, virtual] |
Member Function Documentation
Execute a prepare request.
- Parameters:
-
| pargs | - The prepare arguments (see XrdSfsInterface.hh). |
| eInfo | - The object where error or data response is to be returned. |
| client | - Client's identify (may be null). |
- Returns:
- One of SFS_OK, SFS_DATA, SFS_ERROR, SFS_REDIRECT, SFS_STALL, or SFS_STARTED.
- Note:
- Special action taken with certain return codes:
- SFS_DATA The data is sent to the client as the "requestID".
- SFS_OK The data pointed to by pargs.reqid is sent to the client as the "requestID".
Cancel a preveious prepare request.
- Parameters:
-
| pargs | - The prepare arguments (see XrdSfsInterface.hh). The pargs.reqid points to the "requestID" associated with the previously issued prepare request. |
| eInfo | - The object where error or data response is to be returned. |
| client | - Client's identify (may be null). |
- Returns:
- One of SFS_OK, SFS_ERROR, SFS_REDIRECT, SFS_STALL, or SFS_STARTED.
Query a preveious prepare request.
- Parameters:
-
| pargs | - The prepare arguments (see XrdSfsInterface.hh). The pargs.reqid points to the "requestID" associated with the previously issued prepare request. |
| eInfo | - The object where error or data response is to be returned. |
| client | - Client's identify (may be null). |
- Returns:
- One of SFS_OK, SFS_ERROR, SFS_REDIRECT, or SFS_STALL.
The documentation for this class was generated from the following file: