![]() |
XRootD
|
#include <XrdOucCallBack.hh>
Public Member Functions | |
XrdOucCallBack () | |
~XrdOucCallBack () | |
void | Cancel () |
int | Init (XrdOucErrInfo *eInfo) |
int | Reply (int retVal, int eValue, const char *eText, const char *Path=0) |
![]() | |
XrdOucEICB () | |
Constructor and destructor. More... | |
virtual | ~XrdOucEICB () |
Static Public Member Functions | |
static int | Allowed (XrdOucErrInfo *eInfo) |
Public Attributes | |
XrdOucCallBack * | Next |
Definition at line 46 of file XrdOucCallBack.hh.
|
inline |
Definition at line 95 of file XrdOucCallBack.hh.
|
inline |
Definition at line 96 of file XrdOucCallBack.hh.
References Cancel().
|
inlinestatic |
Definition at line 57 of file XrdOucCallBack.hh.
References XrdOucErrInfo::getErrCB().
void XrdOucCallBack::Cancel | ( | ) |
Definition at line 38 of file XrdOucCallBack.cc.
References Reply().
Referenced by ~XrdOucCallBack().
int XrdOucCallBack::Init | ( | XrdOucErrInfo * | eInfo | ) |
Definition at line 51 of file XrdOucCallBack.cc.
References XrdOucErrInfo::getErrCB(), XrdOucErrInfo::getErrUser(), XrdOucErrInfo::setErrCB(), and strlcpy().
Referenced by XrdOfsTPCInfo::SetCB().
int XrdOucCallBack::Reply | ( | int | retVal, |
int | eValue, | ||
const char * | eText, | ||
const char * | Path = 0 |
||
) |
Definition at line 81 of file XrdOucCallBack.cc.
References XrdOucEICB::Done(), Path, XrdOucErrInfo::setErrInfo(), and XrdSysSemaphore::Wait().
Referenced by Cancel(), and XrdOfsTPCInfo::Reply().
XrdOucCallBack* XrdOucCallBack::Next |
Definition at line 100 of file XrdOucCallBack.hh.