library: libProof
#include "TProofMgr.h"

TProofMgr


class description - header file - source file - inheritance tree (.pdf)

class TProofMgr : public TVirtualProofMgr

Inheritance Chart:
TObject
<-
TNamed
<-
TVirtualProofMgr
<-
TProofMgr

    public:
TProofMgr(const char* url, Int_t loglevel = -1, const char* alias = "") TProofMgr(const TProofMgr&) virtual ~TProofMgr() virtual TVirtualProof* AttachSession(Int_t id, Bool_t gui = kFALSE) static TClass* Class() virtual void DetachSession(Int_t, Option_t* = "") virtual TClass* IsA() const virtual Bool_t IsValid() const virtual TList* QuerySessions(Option_t* opt = "S") virtual Int_t Reset(const char* usr = "0") virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

                                                                      
 TProofMgr                                                            
                                                                      
 The PROOF manager interacts with the PROOF server coordinator to     
 create or destroy a PROOF session, attach to or detach from          
 existing one, and to monitor any client activity on the cluster.     
 At most one manager instance per server is allowed.                  
                                                                      

TProofMgr(const char *url, Int_t, const char *alias)
 Create a PROOF manager for the standard (old) environment.
TVirtualProof * AttachSession(Int_t id, Bool_t)
 Dummy version provided for completeness. Just returns a pointer to
 existing session 'id' (as shown by TProof::QuerySessions) or 0 if 'id' is
 not valid.
void DetachSession(Int_t id, Option_t *opt)
 Detach session with 'id' from its proofserv. The 'id' is the number
 shown by QuerySessions.
TList * QuerySessions(Option_t *opt)
 Get list of sessions accessible to this manager.
Int_t Reset(const char *)
 Send a cleanup request for the sessions associated with the current
 user.
 Not supported.
TProofMgr(const char *url, Int_t loglevel = -1, const char *alias = "")
virtual ~TProofMgr()
Bool_t IsValid()

Author: G. Ganis, Nov 2005
Last update: root/proof:$Name: $:$Id: TProofMgr.cxx,v 1.7 2006/06/21 16:18:26 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.