Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
G
L
O
S
T
U
W
C
create()
- Static method in class org.glite.discovery.
ServiceDiscoveryFactory
Creates an instance of the ServiceDiscovery interface using a class defined by the sd.class system property.
create(String)
- Static method in class org.glite.discovery.
ServiceDiscoveryFactory
Creates an instance of the ServiceDiscovery interface using the specified class name.
CRITICAL
- Static variable in interface org.glite.discovery.
ServiceStatus
Deprecated.
The script detected that either the service was not running or it was above some "critical" threshold.
G
getAdministration()
- Method in interface org.glite.discovery.
ServiceDetails
Gets the admin contact for the service.
getAssociatedServices()
- Method in interface org.glite.discovery.
ServiceDetails
Gets the associated services for the service.
getData()
- Method in interface org.glite.discovery.
ServiceDetails
Gets the service data (key/value pairs) for the service.
getEndpoint()
- Method in interface org.glite.discovery.
Service
Gets the service endpoint.
getKey()
- Method in class org.glite.discovery.
ServiceData
Gets the parameter name.
getName()
- Method in interface org.glite.discovery.
Service
Gets the unique service name.
getService(String)
- Method in interface org.glite.discovery.
ServiceDiscovery
Gets the service with the given name.
getServiceData(String)
- Method in interface org.glite.discovery.
ServiceDiscovery
Gets the list of attributes (name/value pairs) associated with the given service.
getServiceDataItem(String, String)
- Method in interface org.glite.discovery.
ServiceDiscovery
Gets a parameter value for the service.
getServiceDetails(String)
- Method in interface org.glite.discovery.
ServiceDiscovery
Gets all the available data on the given service.
getServiceSite(String)
- Method in interface org.glite.discovery.
ServiceDiscovery
Returns the name of the site where the service runs.
getServiceWSDL(String)
- Method in interface org.glite.discovery.
ServiceDiscovery
Returns a URL to the service WSDL.
getSite()
- Method in interface org.glite.discovery.
ServiceDetails
Gets the site where the service is deployed.
getStatus()
- Method in interface org.glite.discovery.
Service
Deprecated.
getStatusMessage()
- Method in interface org.glite.discovery.
Service
Deprecated.
getType()
- Method in interface org.glite.discovery.
Service
Gets the service type.
getValue()
- Method in class org.glite.discovery.
ServiceData
Gets the parameter value.
getVersion()
- Method in interface org.glite.discovery.
Service
Gets the service version.
getVOs()
- Method in interface org.glite.discovery.
ServiceDetails
Gets the list of VOs under which the service operates.
getWSDL()
- Method in interface org.glite.discovery.
ServiceDetails
Gets the URL for the WSDL of the service.
L
listAssociatedServices(String, String, String, String[])
- Method in interface org.glite.discovery.
ServiceDiscovery
Lists the available services that are associated with the specified service and that match the specified type, site and VOs.
listAssociatedServices(String, String, String, String[], boolean)
- Method in interface org.glite.discovery.
ServiceDiscovery
Deprecated.
The onlyListAvailable parameter is deprecated, @see listAssociatedServices(String,String,String,String[])
listServices(String, String, String[])
- Method in interface org.glite.discovery.
ServiceDiscovery
Lists all the available services matching the specified type, site and VOs.
listServices(String, String, String[], boolean)
- Method in interface org.glite.discovery.
ServiceDiscovery
Deprecated.
The onlyListAvailable parameter is deprecated, @see listServices(String,String,String[])
listServicesByData(ServiceData[], String, String, String[])
- Method in interface org.glite.discovery.
ServiceDiscovery
Lists the available services matching the given service data (key/value pairs) and the specified type, site and VOs.
listServicesByData(ServiceData[], String, String, String[], boolean)
- Method in interface org.glite.discovery.
ServiceDiscovery
Deprecated.
The onlyListAvailable parameter is deprecated, @see listServicesByData(ServiceData[],String,String,String[])
O
OK
- Static variable in interface org.glite.discovery.
ServiceStatus
Deprecated.
The script was able to check the service and it appeared to be functioning properly.
org.glite.discovery
- package org.glite.discovery
S
Service
- Interface in
org.glite.discovery
Provides basic information about a Service.
ServiceData
- Class in
org.glite.discovery
A key/value pair describing a Service.
ServiceData(String, String)
- Constructor for class org.glite.discovery.
ServiceData
Creates a ServiceData object with the given key and value.
ServiceDetails
- Interface in
org.glite.discovery
A detailed description of a Service, including information about VOs, service data and associated services.
ServiceDiscovery
- Interface in
org.glite.discovery
Interface to the service discovery subsystem.
ServiceDiscoveryException
- Exception in
org.glite.discovery
Exception thrown by the ServiceDiscovery API.
ServiceDiscoveryException(String, Throwable)
- Constructor for exception org.glite.discovery.
ServiceDiscoveryException
Creates a new ServiceDiscoveryException object.
ServiceDiscoveryException(String)
- Constructor for exception org.glite.discovery.
ServiceDiscoveryException
Creates a new ServiceDiscoveryException object.
ServiceDiscoveryFactory
- Class in
org.glite.discovery
Factory for implementations of ServiceDiscovery interface.
ServiceDiscoveryFactory()
- Constructor for class org.glite.discovery.
ServiceDiscoveryFactory
ServiceStatus
- Interface in
org.glite.discovery
Deprecated.
T
toString()
- Method in class org.glite.discovery.
ServiceData
Returns a string representation of this ServiceData object.
U
UNKNOWN
- Static variable in interface org.glite.discovery.
ServiceStatus
Deprecated.
Invalid command line arguments were supplied to the script or the script was unable to check the status of the given hosts/service.
W
WARNING
- Static variable in interface org.glite.discovery.
ServiceStatus
Deprecated.
The script was able to check the service, but it appeared to be above some "warning" threshold or did not appear to be working properly.
C
G
L
O
S
T
U
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes