Uses of Class
org.glite.discovery.ServiceData

Uses of ServiceData in org.glite.discovery
 

Methods in org.glite.discovery that return ServiceData
 ServiceData[] ServiceDetails.getData()
          Gets the service data (key/value pairs) for the service.
 ServiceData[] ServiceDiscovery.getServiceData(java.lang.String serviceName)
          Gets the list of attributes (name/value pairs) associated with the given service.
 

Methods in org.glite.discovery with parameters of type ServiceData
 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.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[])