#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) |
| 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.
References Next.
|
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().
| int XrdOucCallBack::Reply | ( | int | retVal, |
| int | eValue, | ||
| const char * | eText, | ||
| const char * | Path = 0 ) |
Definition at line 81 of file XrdOucCallBack.cc.
References XrdOucEICB::XrdOucEICB(), XrdOucEICB::Done(), Path, and XrdOucErrInfo::setErrInfo().
Referenced by Cancel(), and XrdOfsTPCInfo::Reply().
| XrdOucCallBack* XrdOucCallBack::Next |
Definition at line 100 of file XrdOucCallBack.hh.
Referenced by XrdOucCallBack().