XrdSsiDir Class Reference
#include <XrdSsiDir.hh>
List of all members.
Constructor & Destructor Documentation
XrdSsiDir::XrdSsiDir |
( |
const char * |
user, |
|
|
int |
MonID | |
|
) |
| | [inline] |
virtual XrdSsiDir::~XrdSsiDir |
( |
|
) |
[inline, virtual] |
Member Function Documentation
int XrdSsiDir::autoStat |
( |
struct stat * |
buf |
) |
[virtual] |
Set the stat() buffer where stat information is to be placed corresponding to the directory entry returned by nextEntry().
- Returns:
- If supported, SFS_OK should be returned. If not supported, then SFS_ERROR should be returned with error.code set to ENOTSUP.
Reimplemented from XrdSfsDirectory.
int XrdSsiDir::close |
( |
|
) |
[virtual] |
Close the directory.
- Returns:
- One of SFS_OK or SFS_ERROR
Implements XrdSfsDirectory.
const char* XrdSsiDir::FName |
( |
|
) |
[virtual] |
Get the directory path.
- Returns:
- Null terminated string of the path used in open().
Implements XrdSfsDirectory.
const char* XrdSsiDir::nextEntry |
( |
|
) |
[virtual] |
Get the next directory entry.
- Returns:
- A null terminated string with the directory name. Normally, "." ".." are not returned. If a null pointer is returned then if this is due to an error, error.code should contain errno. Otherwise, error.code should contain zero to indicate that no more entries exist (i.e. end of list).
Implements XrdSfsDirectory.
int XrdSsiDir::open |
( |
const char * |
path, |
|
|
const XrdSecEntity * |
client, |
|
|
const char * |
opaque = 0 | |
|
) |
| | [virtual] |
Open a directory.
- Parameters:
-
| path | - Pointer to the path of the directory to be opened. |
| client | - Client's identify (see common description). |
| opaque | - path's CGI information (see common description). |
- Returns:
- One of SFS_OK, SFS_ERROR, SFS_REDIRECT, ir SFS_STALL
Implements XrdSfsDirectory.
Member Data Documentation
The documentation for this class was generated from the following file: