#include <Registry.h>
Inheritance diagram for glite::rgma::Registry:
Static Public Member Functions | |
void | destroyRegistry (std::string vdbName, std::string registryService) throw (RGMAException, RemoteException) |
void | createRegistry (std::string vdbName, std::string registryService) throw (RGMAException, RemoteException) |
ProducerTableEntryList | getAllProducersForTable (std::string vdbName, std::string tableName) throw ( RGMAException, RemoteException ) |
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) |
|
Creates a Registry instance for the given VDB. Request is forwarded to
|
|
Removes the Registry instance for the given VO. Request is forwarded to
|
|
Returns a list of all producers, with their details, for use by the Browser (or other admin) applications.
|
|
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.
|