Uses of Class
com.sas.services.discovery.Services
Packages that use Services
Package
Description
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
Discover a service based upon its service capabilities and optionally
service attributes.
-
Uses of Services in com.sas.services.deployment
Methods in com.sas.services.deployment that return ServicesModifier and TypeMethodDescriptionstatic final ServicesPlatformServices.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services) Finds all services satisfying the specified service template up to the specified maximum.static final ServicesCorePlatformServices.getServices()Gets all available services.static final ServicesPlatformServices.getServices()Gets all available services.Methods in com.sas.services.deployment with parameters of type ServicesModifier and TypeMethodDescriptionstatic final ServicesPlatformServices.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services) Finds all services satisfying the specified service template up to the specified maximum. -
Uses of Services in com.sas.services.discovery
Methods in com.sas.services.discovery that return ServicesModifier and TypeMethodDescriptionabstract ServicesAbstractDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of services via a discovery mechanism.ActivatableDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of objects via a discovery mechanism.final ServicesDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of objects via a discovery mechanism.final ServicesDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices, String serviceRequestId, int attemptNumber) Finds a collection of objects via a discovery mechanism.FindServiceInterface.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services) Finds a collection of services via a discovery mechanism.RegistryDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services) Finds a collection of services via a discovery mechanism.final ServicesRemoteDiscoveryServiceProxy.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of objects via a discovery mechanism.final ServicesServicesCache.getServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services, boolean isLocal) Gets a collection of services that satisfy the specified service capabilities.Methods in com.sas.services.discovery with parameters of type ServicesModifier and TypeMethodDescriptionfinal voidAdds a collection of services to the cache.final booleanAdds all of the services to this collection.abstract ServicesAbstractDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of services via a discovery mechanism.ActivatableDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of objects via a discovery mechanism.final ServicesDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of objects via a discovery mechanism.final ServicesDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices, String serviceRequestId, int attemptNumber) Finds a collection of objects via a discovery mechanism.FindServiceInterface.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services) Finds a collection of services via a discovery mechanism.RegistryDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services) Finds a collection of services via a discovery mechanism.final ServicesRemoteDiscoveryServiceProxy.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of objects via a discovery mechanism.final ServicesServicesCache.getServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services, boolean isLocal) Gets a collection of services that satisfy the specified service capabilities.final booleanRemoves all of the services from this collection.Constructors in com.sas.services.discovery with parameters of type Services