|
XRootD
|
#include <XrdOucCallBack.hh>
Inheritance diagram for XrdOucCallBack:
Collaboration diagram for XrdOucCallBack:Public Member Functions | |
| XrdOucCallBack () | |
| ~XrdOucCallBack () | |
| void | Cancel () |
| int | Init (XrdOucErrInfo *eInfo) |
| int | Reply (int retVal, int eValue, const char *eText, const char *Path=0) |
Public Member Functions inherited from XrdOucEICB | |
| XrdOucEICB () | |
| Constructor and destructor. | |
| 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().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 57 of file XrdOucCallBack.hh.
References XrdOucErrInfo::getErrCB().
Here is the call graph for this function:| void XrdOucCallBack::Cancel | ( | ) |
Definition at line 38 of file XrdOucCallBack.cc.
References Reply().
Referenced by ~XrdOucCallBack().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| XrdOucCallBack* XrdOucCallBack::Next |
Definition at line 100 of file XrdOucCallBack.hh.