XrdFrmRequest Class Reference

#include <XrdFrmRequest.hh>

List of all members.

Public Types

enum  Item

Public Attributes

char LFN [3072]
char User [256]
char ID [40]
char Notify [512]
char Reserved [88]
char iName [32]
char csValue [64]
long long addTOD
int This
int Next
int Options
short LFO
short Opaque
char Reserved2
char csType
char OPc
char Prty

Static Public Attributes

static const int msgFail = 0x00000001
static const int msgSucc = 0x00000002
static const int makeRW = 0x00000004
static const int Migrate = 0x00000010
static const int Purge = 0x00000020
static const int Register = 0x00000040
static const int csNone = 0
static const int csSHA1 = 1
static const int csSHA2 = 2
static const int csSHA3 = 3
static const int csAdler32 = 4
static const int csMD5 = 5
static const int csCRC32 = 6
static const int maxPrty = 2
static const int maxPQE = 3
static const int stgQ = 0
static const int migQ = 1
static const int getQ = 2
static const int putQ = 3
static const int nilQ = 4
static const int numQ = 5
static const int outQ = 1


Detailed Description

Definition at line 15 of file XrdFrmRequest.hh.


Member Enumeration Documentation

enum XrdFrmRequest::Item

Definition at line 63 of file XrdFrmRequest.hh.


Member Data Documentation

char XrdFrmRequest::LFN[3072]

Definition at line 19 of file XrdFrmRequest.hh.

Referenced by XrdFrmXfrQueue::Add(), XrdFrmReqFile::Add(), XrdFrmReqFile::Del(), XrdFrmTransfer::Fetch(), XrdFrmReqFile::List(), XrdFrmReqFile::ListL(), XrdFrmXfrQueue::Notify(), XrdFrmReqBoss::Register(), XrdFrmTransfer::SetupCmd(), XrdFrmTransfer::Start(), and XrdFrmTransfer::Throw().

char XrdFrmRequest::User[256]

Definition at line 20 of file XrdFrmRequest.hh.

Referenced by XrdFrmXfrQueue::Add(), XrdFrmTransfer::Fetch(), XrdFrmReqFile::ListL(), XrdFrmTransfer::SetupCmd(), XrdFrmTransfer::Start(), and XrdFrmTransfer::Throw().

char XrdFrmRequest::ID[40]

Definition at line 21 of file XrdFrmRequest.hh.

Referenced by XrdFrmReqFile::Can(), XrdFrmReqFile::ListL(), XrdFrmXfrQueue::Notify(), XrdFrmReqBoss::Register(), and XrdFrmTransfer::SetupCmd().

char XrdFrmRequest::Notify[512]

Definition at line 22 of file XrdFrmRequest.hh.

Referenced by XrdFrmXfrQueue::Add(), XrdFrmXfrQueue::Done(), XrdFrmReqFile::ListL(), and XrdFrmXfrQueue::Notify().

char XrdFrmRequest::Reserved[88]

Definition at line 23 of file XrdFrmRequest.hh.

char XrdFrmRequest::iName[32]

Definition at line 24 of file XrdFrmRequest.hh.

Referenced by XrdFrmReqAgent::Add(), XrdFrmTransfer::Fetch(), XrdFrmReqBoss::Register(), and XrdFrmTransfer::Throw().

char XrdFrmRequest::csValue[64]

Definition at line 25 of file XrdFrmRequest.hh.

long long XrdFrmRequest::addTOD

Definition at line 26 of file XrdFrmRequest.hh.

Referenced by XrdFrmReqAgent::Add(), XrdFrmReqBoss::Add(), XrdFrmTransfer::Fetch(), XrdFrmReqFile::Init(), XrdFrmReqFile::List(), XrdFrmReqFile::ListL(), XrdFrmXfrQueue::Pull(), XrdFrmReqBoss::Register(), and XrdFrmTransfer::Throw().

int XrdFrmRequest::This

Definition at line 27 of file XrdFrmRequest.hh.

Referenced by XrdFrmReqFile::Add(), XrdFrmReqFile::Del(), and XrdFrmReqFile::ReWrite().

int XrdFrmRequest::Next

Definition at line 28 of file XrdFrmRequest.hh.

Referenced by XrdFrmReqFile::Add(), and XrdFrmReqFile::ReWrite().

int XrdFrmRequest::Options

Definition at line 29 of file XrdFrmRequest.hh.

Referenced by XrdFrmXfrQueue::Add(), XrdFrmReqFile::Add(), XrdFrmReqFile::List(), XrdFrmReqFile::ListL(), XrdFrmXfrQueue::Notify(), XrdFrmReqBoss::Process(), XrdFrmTransfer::SetupCmd(), XrdFrmTransfer::Throw(), XrdFrmTransfer::ThrowOK(), and XrdFrmXfrQueue::xfrName().

short XrdFrmRequest::LFO

Definition at line 30 of file XrdFrmRequest.hh.

Referenced by XrdFrmXfrQueue::Add(), XrdFrmTransfer::Fetch(), XrdFrmReqFile::ListL(), XrdFrmTransfer::SetupCmd(), and XrdFrmTransfer::Throw().

short XrdFrmRequest::Opaque

Definition at line 31 of file XrdFrmRequest.hh.

Referenced by XrdFrmTransfer::Fetch(), XrdFrmReqFile::List(), XrdFrmReqFile::ListL(), and XrdFrmTransfer::Throw().

char XrdFrmRequest::Reserved2

Definition at line 32 of file XrdFrmRequest.hh.

char XrdFrmRequest::csType

Definition at line 33 of file XrdFrmRequest.hh.

char XrdFrmRequest::OPc

Definition at line 34 of file XrdFrmRequest.hh.

Referenced by XrdFrmReqFile::ListL().

char XrdFrmRequest::Prty

Definition at line 35 of file XrdFrmRequest.hh.

Referenced by XrdFrmReqAgent::Add(), XrdFrmReqBoss::Add(), XrdFrmReqFile::ListL(), and XrdFrmTransfer::SetupCmd().

const int XrdFrmRequest::msgFail = 0x00000001 [static]

Definition at line 39 of file XrdFrmRequest.hh.

Referenced by XrdFrmXfrQueue::Add(), XrdFrmReqFile::ListL(), XrdFrmUtils::MapM2O(), and XrdFrmXfrQueue::Notify().

const int XrdFrmRequest::msgSucc = 0x00000002 [static]

Definition at line 40 of file XrdFrmRequest.hh.

Referenced by XrdFrmXfrQueue::Add(), XrdFrmReqFile::ListL(), XrdFrmUtils::MapM2O(), and XrdFrmXfrQueue::Notify().

const int XrdFrmRequest::makeRW = 0x00000004 [static]

Definition at line 41 of file XrdFrmRequest.hh.

Referenced by XrdFrmReqFile::ListL(), XrdFrmUtils::MapM2O(), and XrdFrmTransfer::SetupCmd().

const int XrdFrmRequest::Migrate = 0x00000010 [static]

Definition at line 42 of file XrdFrmRequest.hh.

Referenced by XrdFrmMigrate::Queue(), and XrdFrmTransfer::Throw().

const int XrdFrmRequest::Purge = 0x00000020 [static]

Definition at line 43 of file XrdFrmRequest.hh.

Referenced by XrdFrmXfrAgent::Add(), XrdFrmUtils::MapR2Q(), XrdFrmTransfer::Throw(), XrdFrmTransfer::ThrowOK(), and XrdFrmXfrQueue::xfrName().

const int XrdFrmRequest::Register = 0x00000040 [static]

Definition at line 44 of file XrdFrmRequest.hh.

Referenced by XrdFrmReqFile::Add(), XrdFrmReqFile::Init(), XrdFrmReqFile::List(), XrdFrmReqBoss::Process(), and XrdFrmReqAgent::Start().

const int XrdFrmRequest::csNone = 0 [static]

Definition at line 48 of file XrdFrmRequest.hh.

const int XrdFrmRequest::csSHA1 = 1 [static]

Definition at line 49 of file XrdFrmRequest.hh.

const int XrdFrmRequest::csSHA2 = 2 [static]

Definition at line 50 of file XrdFrmRequest.hh.

const int XrdFrmRequest::csSHA3 = 3 [static]

Definition at line 51 of file XrdFrmRequest.hh.

const int XrdFrmRequest::csAdler32 = 4 [static]

Definition at line 52 of file XrdFrmRequest.hh.

const int XrdFrmRequest::csMD5 = 5 [static]

Definition at line 53 of file XrdFrmRequest.hh.

const int XrdFrmRequest::csCRC32 = 6 [static]

Definition at line 54 of file XrdFrmRequest.hh.

const int XrdFrmRequest::maxPrty = 2 [static]

Definition at line 58 of file XrdFrmRequest.hh.

Referenced by XrdFrmReqAgent::Add(), XrdFrmReqBoss::Add(), XrdFrmXfrAgent::Add(), XrdFrmReqAgent::Del(), XrdFrmReqBoss::Del(), XrdFrmReqAgent::List(), XrdFrmProxy::List(), XrdFrmReqBoss::Process(), XrdFrmAdmin::QueryXfrQ(), XrdFrmReqBoss::Start(), and XrdFrmReqAgent::Start().

const int XrdFrmRequest::maxPQE = 3 [static]

Definition at line 59 of file XrdFrmRequest.hh.

const int XrdFrmRequest::stgQ = 0 [static]

Definition at line 68 of file XrdFrmRequest.hh.

Referenced by XrdFrmUtils::MapR2Q(), XrdFrmXfrQueue::Pull(), XrdFrmXfrQueue::xfrName(), and XrdFrmReqAgent::XrdFrmReqAgent().

const int XrdFrmRequest::migQ = 1 [static]

Definition at line 69 of file XrdFrmRequest.hh.

Referenced by XrdFrmUtils::MapR2Q(), XrdFrmXfrQueue::Pull(), XrdFrmMigrate::Queue(), XrdFrmXfrQueue::xfrName(), and XrdFrmReqAgent::XrdFrmReqAgent().

const int XrdFrmRequest::getQ = 2 [static]

Definition at line 70 of file XrdFrmRequest.hh.

Referenced by XrdFrmUtils::MapR2Q(), XrdFrmXfrQueue::Pull(), XrdFrmXfrQueue::xfrName(), and XrdFrmReqAgent::XrdFrmReqAgent().

const int XrdFrmRequest::putQ = 3 [static]

Definition at line 71 of file XrdFrmRequest.hh.

Referenced by XrdFrmUtils::MapR2Q(), XrdFrmXfrQueue::Pull(), XrdFrmXfrQueue::xfrName(), and XrdFrmReqAgent::XrdFrmReqAgent().

const int XrdFrmRequest::nilQ = 4 [static]

Definition at line 72 of file XrdFrmRequest.hh.

Referenced by XrdFrmUtils::MapR2Q(), and XrdFrmXfrQueue::Pull().

const int XrdFrmRequest::numQ = 5 [static]

Definition at line 73 of file XrdFrmRequest.hh.

Referenced by XrdFrmXfrQueue::Add(), and XrdFrmXfrQueue::Init().

const int XrdFrmRequest::outQ = 1 [static]

Definition at line 74 of file XrdFrmRequest.hh.

Referenced by XrdFrmXfrQueue::Add(), and XrdFrmTransfer::Start().


The documentation for this class was generated from the following file:
Generated on Tue Jul 5 16:50:33 2011 for ROOT_528-00b_version by  doxygen 1.5.1