Uses of Class
org.glite.discovery.ServiceDiscoveryException

Uses of ServiceDiscoveryException in org.glite.discovery
 

Methods in org.glite.discovery that throw ServiceDiscoveryException
static ServiceDiscovery ServiceDiscoveryFactory.create()
          Creates an instance of the ServiceDiscovery interface using a class defined by the sd.class system property.
static ServiceDiscovery ServiceDiscoveryFactory.create(java.lang.String className)
          Creates an instance of the ServiceDiscovery interface using the specified class name.
 java.lang.String ServiceDiscovery.getServiceDataItem(java.lang.String serviceName, java.lang.String key)
          Gets a parameter value for the service.
 Service ServiceDiscovery.getService(java.lang.String serviceName)
          Gets the service with the given name.
 ServiceDetails ServiceDiscovery.getServiceDetails(java.lang.String serviceName)
          Gets all the available data on the given service.
 java.lang.String ServiceDiscovery.getServiceSite(java.lang.String serviceName)
          Returns the name of the site where the service runs.
 java.lang.String ServiceDiscovery.getServiceWSDL(java.lang.String serviceName)
          Returns a URL to the service WSDL.
 ServiceData[] ServiceDiscovery.getServiceData(java.lang.String serviceName)
          Gets the list of attributes (name/value pairs) associated with the given service.
 Service[] ServiceDiscovery.listServices(java.lang.String type, java.lang.String site, java.lang.String[] vos)
          Lists all the available services matching the specified type, site and VOs.
 Service[] ServiceDiscovery.listAssociatedServices(java.lang.String serviceName, java.lang.String type, java.lang.String site, java.lang.String[] vos)
          Lists the available services that are associated with the specified service and that match the specified type, site and VOs.
 Service[] ServiceDiscovery.listServicesByData(ServiceData[] data, java.lang.String type, java.lang.String site, java.lang.String[] vos)
          Lists the available services matching the given service data (key/value pairs) and the specified type, site and VOs.
 Service[] ServiceDiscovery.listServices(java.lang.String type, java.lang.String site, java.lang.String[] vos, boolean onlyListAvailable)
          Deprecated. The onlyListAvailable parameter is deprecated, @see listServices(String,String,String[])
 Service[] ServiceDiscovery.listAssociatedServices(java.lang.String serviceName, java.lang.String type, java.lang.String site, java.lang.String[] vos, boolean onlyListAvailable)
          Deprecated. The onlyListAvailable parameter is deprecated, @see listAssociatedServices(String,String,String,String[])
 Service[] ServiceDiscovery.listServicesByData(ServiceData[] data, java.lang.String type, java.lang.String site, java.lang.String[] vos, boolean onlyListAvailable)
          Deprecated. The onlyListAvailable parameter is deprecated, @see listServicesByData(ServiceData[],String,String,String[])