|
xrootd
|
Information returned by file open operation. More...
#include <XrdClXRootDResponses.hh>

Public Member Functions | |
| OpenInfo (const uint8_t *fileHandle, uint64_t sessionId, StatInfo *statInfo=0) | |
| Constructor. More... | |
| ~OpenInfo () | |
| Destructor. More... | |
| void | GetFileHandle (uint8_t *fileHandle) const |
| Get the file handle (4bytes) More... | |
| const StatInfo * | GetStatInfo () const |
| Get the stat info. More... | |
| uint64_t | GetSessionId () const |
Private Attributes | |
| uint8_t | pFileHandle [4] |
| uint64_t | pSessionId |
| StatInfo * | pStatInfo |
Information returned by file open operation.
|
inline |
Constructor.
References pFileHandle.
|
inline |
Destructor.
References pStatInfo.
|
inline |
Get the file handle (4bytes)
References pFileHandle.
|
inline |
References pSessionId.
|
inline |
Get the stat info.
References pStatInfo.
|
private |
Referenced by GetFileHandle(), and OpenInfo().
|
private |
Referenced by GetSessionId().
|
private |
Referenced by GetStatInfo(), and ~OpenInfo().
1.8.5