library: libProof
#include "TProofMgr.h"

TProofMgr


class description - 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 = "") 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 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) : TVirtualProofMgr(url)
 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.



Inline Functions


               void ~TProofMgr()
             Bool_t IsValid() const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)


Author: G. Ganis, Nov 2005
Last update: root/proof:$Name: $:$Id: TProofMgr.cxx,v 1.1 2005/12/10 16:51:57 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.