#include <TClarens.h>
Inheritance diagram for TClarens:
Public Member Functions | |
virtual | ~TClarens () |
void | SetTimeout (Long_t msec) |
Int_t | GetTimeout () const |
TEcho * | CreateEcho (const Char_t *echoUrl) |
TGM * | CreateGM (const Char_t *gmUrl) |
TLM * | CreateLM (const Char_t *lmUrl) |
TSAM * | CreateSAM (const Char_t *samUrl) |
ClassDef (TClarens, 0) | |
virtual | ~TClarens () |
void | SetTimeout (Long_t msec) |
Int_t | GetTimeout () const |
TEcho * | CreateEcho (const Char_t *echoUrl) |
TGM * | CreateGM (const Char_t *gmUrl) |
TLM * | CreateLM (const Char_t *lmUrl) |
TSAM * | CreateSAM (const Char_t *samUrl) |
ClassDef (TClarens, 0) | |
Static Public Member Functions | |
static void | Init () |
static void | Init () |
Private Member Functions | |
TClarens () | |
TClSession * | Connect (const Char_t *url) |
TClarens () | |
TClSession * | Connect (const Char_t *url) |
Private Attributes | |
Long_t | fTimeout |
THashList * | fSessions |
THashList * | fSessions |
Definition at line 36 of file TClarens.h.
TClarens::TClarens | ( | ) | [private] |
TClarens::~TClarens | ( | ) | [virtual] |
TClarens::TClarens | ( | ) | [private] |
virtual TClarens::~TClarens | ( | ) | [virtual] |
TClSession * TClarens::Connect | ( | const Char_t * | url | ) | [private] |
Definition at line 66 of file TClarens.cxx.
References TList::Add(), TClSession::Create(), THashList::FindObject(), and fSessions.
Referenced by CreateEcho(), CreateGM(), CreateLM(), and CreateSAM().
void TClarens::SetTimeout | ( | Long_t | msec | ) | [inline] |
Int_t TClarens::GetTimeout | ( | ) | const [inline] |
Definition at line 91 of file TClarens.cxx.
References Connect().
Referenced by TPEAC::StartSession().
Definition at line 102 of file TClarens.cxx.
References Connect().
Referenced by TProofPEAC::StartSlaves().
void TClarens::Init | ( | ) | [static] |
Definition at line 124 of file TClarens.cxx.
References gClarens.
Referenced by ClassImp(), G__G__Clarens_105_0_9(), G__setup_memfuncTClarens(), and TProofPEAC::StartSlaves().
TClarens::ClassDef | ( | TClarens | , | |
0 | ||||
) |
TClSession* TClarens::Connect | ( | const Char_t * | url | ) | [private] |
void TClarens::SetTimeout | ( | Long_t | msec | ) | [inline] |
Int_t TClarens::GetTimeout | ( | ) | const [inline] |
static void TClarens::Init | ( | ) | [static] |
TClarens::ClassDef | ( | TClarens | , | |
0 | ||||
) |
Long_t TClarens::fTimeout [private] |
THashList* TClarens::fSessions [private] |
THashList* TClarens::fSessions [private] |
Definition at line 39 of file TClarens.h.