#include <OnDemandProducer.h>
Inheritance diagram for glite::rgma::OnDemandProducer:
Public Member Functions | |
virtual void | declareStaticTable (std::string tableName, std::string predicate)=0 throw (RemoteException, RGMAException, UnknownResourceException) |
Static Public Member Functions | |
std::string | getVersion () throw (RemoteException) |
std::string | getProperty (std::string name, std::string parameter) throw (RemoteException, RGMAException) |
std::string | getProperty (std::string name) throw (RemoteException, RGMAException) |
void | setProperty (std::string name, std::string value, std::string parameter) throw (RemoteException, RGMAException) |
void | setProperty (std::string name, std::string value) throw (RemoteException, RGMAException) |
|
Declares a static table into which this Producer can publish. A subset of a table can be declared using a predicate. A static table has no MeasurementDate/Time associated with each tuple.
Implemented in glite::rgma::OnDemandProducerImpl. |
|
Gets the value of the specified service property.
|
|
Gets the value of the specified service property.
|
|
Gets the version of this implementation.
|
|
Changes the value of the specified service property.
|
|
Changes the value of the specified service property.
|