Uses of Interface
org.glite.discovery.Service

Uses of Service in org.glite.discovery
 

Subinterfaces of Service in org.glite.discovery
 interface ServiceDetails
          A detailed description of a Service, including information about VOs, service data and associated services.
 

Methods in org.glite.discovery that return Service
 Service ServiceDiscovery.getService(java.lang.String serviceName)
          Gets the service with the given name.
 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[])
 Service[] ServiceDetails.getAssociatedServices()
          Gets the associated services for the service.