#include <XrdOfsTPCAuth.hh>
Public Member Functions | |
int | Add (Facts &Args) |
void | Del () |
int | Expired () |
int | Expired (const char *Dst, int cnt=1) |
XrdOfsTPCAuth (int vTTL) | |
~XrdOfsTPCAuth () | |
Static Public Member Functions | |
static int | Get (Facts &Args, XrdOfsTPCAuth **theTPC) |
static int | RunTTL (int Init) |
Static Private Member Functions | |
static XrdOfsTPCAuth * | Find (Facts &Args) |
Private Attributes | |
XrdOfsTPCAuth * | Next |
time_t | expT |
Static Private Attributes | |
static XrdSysMutex | authMutex |
static XrdOfsTPCAuth * | authQ |
XrdOfsTPCAuth::XrdOfsTPCAuth | ( | int | vTTL | ) | [inline] |
XrdOfsTPCAuth::~XrdOfsTPCAuth | ( | ) | [inline] |
int XrdOfsTPCAuth::Add | ( | Facts & | Args | ) |
void XrdOfsTPCAuth::Del | ( | ) | [virtual] |
Reimplemented from XrdOfsTPC.
int XrdOfsTPCAuth::Expired | ( | const char * | Dst, | |
int | cnt = 1 | |||
) |
int XrdOfsTPCAuth::Expired | ( | ) | [inline] |
References expT.
static XrdOfsTPCAuth* XrdOfsTPCAuth::Find | ( | Facts & | Args | ) | [static, private] |
static int XrdOfsTPCAuth::Get | ( | Facts & | Args, | |
XrdOfsTPCAuth ** | theTPC | |||
) | [static] |
static int XrdOfsTPCAuth::RunTTL | ( | int | Init | ) | [static] |
XrdSysMutex XrdOfsTPCAuth::authMutex [static, private] |
XrdOfsTPCAuth* XrdOfsTPCAuth::authQ [static, private] |
time_t XrdOfsTPCAuth::expT [private] |
Referenced by Expired().
XrdOfsTPCAuth* XrdOfsTPCAuth::Next [private] |