Uses of Class
com.sas.services.discovery.ServiceTemplate

Packages that use ServiceTemplate
com.sas.services.deployment This subsystem provides utilities to deploy and lookup SAS Foundation Services. 
com.sas.services.discovery Discover a service based upon its service capabilities and optionally service attributes. 
 

Uses of ServiceTemplate in com.sas.services.deployment
 

Methods in com.sas.services.deployment with parameters of type ServiceTemplate
static RemoteServiceInterface PlatformServices.findService(ServiceTemplate serviceTemplate)
          Finds a service satisfying the specified service template.
static Services PlatformServices.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services)
          Finds all services satisfying the specified service template up to the specified maximum.
 

Uses of ServiceTemplate in com.sas.services.discovery
 

Methods in com.sas.services.discovery that return ServiceTemplate
 ServiceTemplate ServiceNotAvailableException.getServiceTemplate()
          Gets the service capabilities that were sought, but not available.
 

Methods in com.sas.services.discovery with parameters of type ServiceTemplate
 RemoteServiceInterface RemoteDiscoveryServiceProxy.findService(ServiceTemplate serviceTemplate)
          Finds a service using a discovery mechanism.
 RemoteServiceInterface RegistryDiscoveryService.findService(ServiceTemplate serviceTemplate)
          Finds a service using a discovery mechanism.
 RemoteServiceInterface FindServiceInterface.findService(ServiceTemplate serviceTemplate)
          Finds a service using a discovery mechanism.
 RemoteServiceInterface ActivatableDiscoveryService.findService(ServiceTemplate serviceTemplate)
          Finds a service using a discovery mechanism.
 RemoteServiceInterface AbstractDiscoveryService.findService(ServiceTemplate serviceTemplate)
          Finds a service using a discovery mechanism.
 Services RemoteDiscoveryServiceProxy.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices)
          Finds a collection of objects via a discovery mechanism.
 Services RegistryDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services)
          Finds a collection of services via a discovery mechanism.
 Services FindServiceInterface.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services)
          Finds a collection of services via a discovery mechanism.
 Services DiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices)
          Finds a collection of objects via a discovery mechanism.
 Services ActivatableDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices)
          Finds a collection of objects via a discovery mechanism.
abstract  Services AbstractDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices)
          Finds a collection of services via a discovery mechanism.
 Services DiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices, java.lang.String serviceRequestId, int attemptNumber)
          Finds a collection of objects via a discovery mechanism.
 Services ServicesCache.getServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services, boolean isLocal)
          Gets a collection of services that satisfy the specified service capabilities.
static boolean DiscoveryService.isOkToProcessRequest(java.lang.String discoveryServiceId, ServiceTemplate serviceTemplate)
          Determines whether or not it is OK to for the specified discovery service to process the requested service template.
 

Constructors in com.sas.services.discovery with parameters of type ServiceTemplate
ServiceNotAvailableException(ServiceTemplate serviceTemplate)
          Constructs an instance using the service template for which a service was not available.
ServiceNotAvailableException(ServiceTemplate serviceTemplate, java.lang.Throwable throwable)
          Constructs an instance by specifying a message and Throwable.
ServiceNotAvailableException(java.lang.String message, ServiceTemplate serviceTemplate)
          Constructs an instance using the specified message and service template for which a service was not available.
ServiceNotAvailableException(java.lang.String message, java.lang.Throwable throwable, ServiceTemplate serviceTemplate)
          Constructs an instance by specifying a message, Throwable, and service template for which a service was not available.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.