#include <XrdObject.hh>
Inheritance diagram for XrdObjectQ< T >:
Public Member Functions | |
T * | Pop () |
void | Push (XrdObject< T > *Node) |
void | Set (int inQMax, time_t agemax=1800) |
void | Set (XrdScheduler *sp, XrdOucTrace *tp, int TraceChk=0) |
void | DoIt () |
XrdObjectQ (const char *id, const char *desc) | |
~XrdObjectQ () | |
Private Attributes | |
XrdSysMutex | QMutex |
XrdObject< T > * | First |
int | Count |
int | Curage |
int | MininQ |
int | MaxinQ |
time_t | Maxage |
XrdScheduler * | Sched |
XrdOucTrace * | Trace |
int | TraceON |
const char * | TraceID |
|
|
|
|
|
Implements XrdJob. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|