Uses of Class
com.sas.services.deployment.ServiceLookupFailedException
Packages that use ServiceLookupFailedException
Package
Description
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
-
Uses of ServiceLookupFailedException in com.sas.services.deployment
Methods in com.sas.services.deployment that throw ServiceLookupFailedExceptionModifier and TypeMethodDescriptionstatic final List<FindServiceInterface> ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSource) Gets a set ofDeployableServiceelements representing remote discovery services that may be available if previously deployed by foundation bootstrap process and binds them to the local discovery service.static final List<FindServiceInterface> ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSource, DiscoveryServiceInterface discoveryService) Gets a set ofDeployableServiceelements representing remote discovery services that may be available if previously deployed by foundation bootstrap process.static final List<FindServiceInterface> ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSourceLookup, DiscoveryServiceInterface discoveryService, LookupPolicyInterface lookupPolicy) Gets a set ofDeployableServiceelements representing remote discovery services that may be available if previously deployed by foundation bootstrap process.static voidCorePlatformServices.lookupRemoteServices()Locates any services defined for remote lookup by delegating the request to thePlatformServices.lookupRemoteServices()and then re-initializing handles to core platform services abstracted by this class.static voidPlatformServices.lookupRemoteServices()Lookup remote foundation discovery services using the deployments specified in the configuration file.static voidCorePlatformServices.startServices()Starts/looks up services by delegating the request to thePlatformServices.startServices()and then re-initializing handles to core platform services abstracted by this class.static voidPlatformServices.startServices()Starts foundation services using the deployments specified in the configuration file.