Uses of Interface
com.sas.services.discovery.LookupPolicyInterface
Packages that use LookupPolicyInterface
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 LookupPolicyInterface in com.sas.services.deployment
Methods in com.sas.services.deployment with parameters of type LookupPolicyInterfaceModifier and TypeMethodDescriptionstatic 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. -
Uses of LookupPolicyInterface in com.sas.services.discovery
Classes in com.sas.services.discovery that implement LookupPolicyInterfaceModifier and TypeClassDescriptionclassA service discovery policy that will re-attempt to lookup services for a specified number of attempts.classA service discovery policy that will re-attempt to lookup services until the specified timeout occurs.Methods in com.sas.services.discovery that return LookupPolicyInterfaceModifier and TypeMethodDescriptionfinal LookupPolicyInterfaceDiscoveryService.getLookupPolicy()Gets the lookup policy that controls whether or not an attempt is made to re-lookup a service in the event that it was not available.LocalDiscoveryServiceInterface.getLookupPolicy()Gets the lookup policy that controls whether or not an attempt is made to re-lookup a service in the event that it was not available.Methods in com.sas.services.discovery with parameters of type LookupPolicyInterfaceModifier and TypeMethodDescriptionfinal voidDiscoveryService.setLookupPolicy(LookupPolicyInterface lookupPolicy) Specifies an implementation of policies related to service discovery.voidLocalDiscoveryServiceInterface.setLookupPolicy(LookupPolicyInterface lookupPolicy) Specifies an implementation of policies related to service discovery.