#include "TProofResources.h"

TProofResources


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

class TProofResources : public TObject

Inheritance Chart:
TObject
<-
TProofResources
<-
TProofResourcesStatic
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
virtual ~TProofResources() static TClass* Class() virtual TProofNodeInfo* GetMaster() virtual TList* GetSubmasters() virtual TList* GetWorkers() virtual TClass* IsA() const virtual Bool_t IsValid() const TProofResources& operator=(const TProofResources&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Bool_t fValid kTRUE if resource information was processed correctly

Class Description

                                                                      
 TProofResources                                                      
                                                                      
 Abstract base class for PROOF resources.                             
 The class contains common method declarations for derived classes    
 such as TProofResourcesStatic which reads and interprets static      
 config files, and returns master, submaster and worker information   
 using TProofNodeInfo objects.                                        
                                                                      




Inline Functions


                    void ~TProofResources()
         TProofNodeInfo* GetMaster()
                  TList* GetSubmasters()
                  TList* GetWorkers()
                  Bool_t IsValid() const
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
        TProofResources& operator=(const TProofResources&)


Author: Paul Nilsson 7/12/2005
Last update: root/proof:$Name: $:$Id: TProofResources.h,v 1.1 2005/12/09 01:12:16 rdm Exp $
Copyright (C) 1995-2005, 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.