| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Module AGServiceManager :: Class AGServiceManagerI |
|
SOAPInterface --+
|
AGServiceManagerI
Interface Class for AGServiceManager
| Method Summary | |
|---|---|
This constructor for all SOAP Interfaces. | |
Interface to add a service to the service manager | |
AddServicePackage(self,
serviceFile,
resourceStruct,
serviceConfigStruct)
| |
Interface to discover local resources | |
Interface to get a list of AGServiceDescriptions representing the services available for installation | |
Interface to get a list of the resources known to the service manager | |
Interface to get a list of AGServiceDescriptions representing the services on the service manager | |
Interface to remove a service from the service manager | |
Interface to remove the services on a service manager | |
Interface to shut down the service manager | |
Interface to stop services on the service manager | |
| Inherited from SOAPInterface | |
This method is here to support calls that just want to see if there is a valid server endpoint for communication from the client. | |
This method is here to support calls that just want to see if there is a valid server endpoint for communication from the client. | |
| Method Details |
|---|
__init__(self,
impl)
|
AddService(self, serviceDescStruct, resourceStruct, serviceConfigStruct)Interface to add a service to the service manager
Raises: Returns: |
DiscoverResources(self)Interface to discover local resources Arguments: Raises: Returns: |
GetAvailableServices(self)Interface to get a list of AGServiceDescriptions representing the services available for installation Arguments: Raises:
|
GetResources(self)Interface to get a list of the resources known to the service manager Arguments: Raises:
|
GetServices(self)Interface to get a list of AGServiceDescriptions representing the services on the service manager Arguments: Raises:
|
RemoveService(self, serviceDescStruct)Interface to remove a service from the service manager
Raises: Returns: |
RemoveServices(self)Interface to remove the services on a service manager Arguments: Raises: Returns: |
Shutdown(self)Interface to shut down the service manager Arguments: Raises: Returns: |
StopServices(self)Interface to stop services on the service manager Arguments: Raises: Returns: |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 14 16:39:31 2005 | http://epydoc.sf.net |