Uses of Class
com.sas.services.deployment.ServiceDeploymentException
Packages that use ServiceDeploymentException
Package
Description
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
-
Uses of ServiceDeploymentException in com.sas.services.deployment
Methods in com.sas.services.deployment that throw ServiceDeploymentExceptionModifier and TypeMethodDescriptionstatic final List<RemoteServiceInterface> ServiceLoader.deployServices(MetadataSourceInterface metadataSource) Gets a set of services from the specified metadata source and registers instantiated services with thelocal discovery service.static final List<RemoteServiceInterface> ServiceLoader.deployServices(MetadataSourceInterface metadataSource, Environment environment, DiscoveryServiceInterface discoveryService) Gets a set of services from the specified metadata source.static final List<RemoteServiceInterface> ServiceLoader.deployServices(MetadataSourceInterface metadataSource, DiscoveryServiceInterface discoveryService) Gets a set of deployable services from the specified metadata source.