library: libProof #include "TProofMgr.h" |
TProofMgr
class description - header file - source file - inheritance tree (.pdf)
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)
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.
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 = "")
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.