Uses of Class
com.sas.services.deployment.ServiceLookupFailedException

Packages that use ServiceLookupFailedException
com.sas.services.deployment 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 ServiceLookupFailedException
static java.util.List ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSource)
          Gets a set of DeployableService elements representing remote discovery services that may be available if previously deployed by foundation bootstrap process and binds them to the local discovery service.
static java.util.List ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSource, DiscoveryServiceInterface discoveryService)
          Gets a set of DeployableService elements representing remote discovery services that may be available if previously deployed by foundation bootstrap process.
static java.util.List ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSourceLookup, DiscoveryServiceInterface discoveryService, LookupPolicyInterface lookupPolicy)
          Gets a set of DeployableService elements representing remote discovery services that may be available if previously deployed by foundation bootstrap process.
static void PlatformServices.lookupRemoteServices()
          Lookup remote foundation discovery services using the deployments specified in the configuration file.
static void CorePlatformServices.lookupRemoteServices()
          Locates any services defined for remote lookup by delegating the request to the PlatformServices.lookupRemoteServices() and then re-initializing handles to core platform services abstracted by this class.
static void PlatformServices.startServices()
          Starts foundation services using the deployments specified in the configuration file.
static void CorePlatformServices.startServices()
          Starts/looks up services by delegating the request to the PlatformServices.startServices() and then re-initializing handles to core platform services abstracted by this class.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.