#include <XrdBwm.hh>
Definition at line 52 of file XrdBwm.hh.
◆ XrdBwmDirectory()
XrdBwmDirectory::XrdBwmDirectory |
( |
const char * |
user, |
|
|
int |
monid |
|
) |
| |
|
inline |
Definition at line 68 of file XrdBwm.hh.
70 tident(user ? user :
"") {}
XrdSfsDirectory(const char *user=0, int MonID=0)
◆ ~XrdBwmDirectory()
virtual XrdBwmDirectory::~XrdBwmDirectory |
( |
| ) |
|
|
inlinevirtual |
◆ close()
int XrdBwmDirectory::close |
( |
| ) |
|
|
virtual |
◆ copyError()
◆ FName()
const char* XrdBwmDirectory::FName |
( |
| ) |
|
|
inlinevirtual |
◆ nextEntry()
const char * XrdBwmDirectory::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). See autoStat() for additional caveats.
Implements XrdSfsDirectory.
Definition at line 201 of file XrdBwm.cc.
References XrdBwm::Emsg(), XrdSfsDirectory::error, and XrdBwmFS.
◆ open()
int XrdBwmDirectory::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.
Definition at line 177 of file XrdBwm.cc.
References XrdBwm::Emsg(), XrdSfsDirectory::error, and XrdBwmFS.
◆ tident
const char* XrdBwmDirectory::tident |
|
protected |
The documentation for this class was generated from the following files: