Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

OnDemandProducer.h

00001 /*
00002  *  Copyright (c) 2004 on behalf of the EU EGEE Project:
00003  *  The European Organization for Nuclear Research (CERN),
00004  *  Istituto Nazionale di Fisica Nucleare (INFN), Italy
00005  *  Datamat Spa, Italy
00006  *  Centre National de la Recherche Scientifique (CNRS), France
00007  *  CS Systeme d'Information (CSSI), France
00008  *  Royal Institute of Technology, Center for Parallel Computers (KTH-PDC), Sweden
00009  *  Universiteit van Amsterdam (UvA), Netherlands
00010  *  University of Helsinki (UH.HIP), Finland
00011  *  University of Bergen (UiB), Norway
00012  *  Council for the Central Laboratory of the Research Councils (CCLRC), United Kingdom
00013  */
00014 #ifndef ONDEMANDPRODUCER_H
00015 #define ONDEMANDPRODUCER_H
00016 
00017 #include "rgma/ResourceImpl.h"
00018 #include "rgma/RemoteException.h"
00019 #include "rgma/UnknownResourceException.h"
00020 #include "rgma/RGMAException.h"
00021 #include <string>
00022 
00023 namespace glite
00024 {
00025     namespace rgma
00026     {
00031         class OnDemandProducer: public ResourceImpl
00032         {
00033             public:
00034 
00035                 virtual ~OnDemandProducer(){}
00052                 virtual void declareStaticTable(std::string tableName, std::string predicate)
00053                     throw(RemoteException, RGMAException, UnknownResourceException) = 0;
00061                 static std::string getVersion()throw(RemoteException);
00062 
00074                 static std::string getProperty(std::string name, std::string parameter)
00075                     throw(RemoteException, RGMAException);
00086                 static std::string getProperty(std::string name)
00087                     throw(RemoteException, RGMAException);
00098                 static void setProperty(std::string name, std::string value, std::string parameter)
00099                     throw(RemoteException, RGMAException);
00100 
00110                 static void setProperty(std::string name, std::string value)
00111                     throw(RemoteException, RGMAException);
00112 
00113         };
00114     }
00115 }
00116 #endif                                            // ONDEMANDPRODUCER_H

Generated on Thu May 11 19:23:43 2006 for glite-rgma-api-cpp by doxygen 1.3.5