Uses of Interface
com.sas.services.discovery.FindServiceInterface

Packages that use FindServiceInterface
com.sas.services.deployment This subsystem provides utilities to deploy and lookup SAS Foundation Services. 
com.sas.services.discovery Discover a service based upon its service capabilities and optionally service attributes. 
 

Uses of FindServiceInterface in com.sas.services.deployment
 

Methods in com.sas.services.deployment that return types with arguments of type FindServiceInterface
 java.util.List<FindServiceInterface> ServiceDeploymentException.getDeployedRemoteDiscoveryServices()
          Gets a copy of a list of the remote discovery services which were successfully located.
static java.util.List<FindServiceInterface> 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<FindServiceInterface> 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<FindServiceInterface> 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.
 

Constructor parameters in com.sas.services.deployment with type arguments of type FindServiceInterface
ServiceDeploymentException(java.lang.Exception cause, java.lang.String message, java.util.List<RemoteServiceInterface> deployedServices, java.util.List<FindServiceInterface> deployedRemoteDiscoveryServices)
          Creates a service deployment exception for the specified cause, metadata source, and the list of services which were successfully deployed.
 

Uses of FindServiceInterface in com.sas.services.discovery
 

Methods in com.sas.services.discovery that return types with arguments of type FindServiceInterface
 java.util.Iterator<FindServiceInterface> RemoteDiscoveryServiceProxy.getDiscoverers()
          Gets an iterator of the discovery services.
 java.util.Iterator<FindServiceInterface> DiscoveryService.getDiscoverers()
          Gets an iterator for a copy of the set of discovery delegates.
 java.util.Iterator<FindServiceInterface> DiscoveryAdminInterface.getDiscoverers()
          Gets an iterator of the discovery delegates that are used to locate services.
 java.util.Iterator<FindServiceInterface> ActivatableDiscoveryService.getDiscoverers()
          Gets an iterator of the discovery services.
 

Methods in com.sas.services.discovery with parameters of type FindServiceInterface
 void RemoteDiscoveryServiceProxy.addDiscoveryDelegate(FindServiceInterface serviceFinder)
          Adds an delegate that is capable of discovering implementations.
 void DiscoveryService.addDiscoveryDelegate(FindServiceInterface discoveryDelegate)
          Adds a discovery delegate.
 void DiscoveryAdminInterface.addDiscoveryDelegate(FindServiceInterface findServiceIf)
          Adds a discovery delegate that will be used to lookup services.
 void ActivatableDiscoveryService.addDiscoveryDelegate(FindServiceInterface serviceFinder)
          Adds an delegate that is capable of discovering implementations.
 void RemoteDiscoveryServiceProxy.removeDiscoveryDelegate(FindServiceInterface serviceFinder)
          Removes an agent previously added as a discovery agent.
 void DiscoveryService.removeDiscoveryDelegate(FindServiceInterface serviceLocator)
          Removes a discovery delegate.
 void DiscoveryAdminInterface.removeDiscoveryDelegate(FindServiceInterface findServiceIf)
          Removes a discovery delegate formerly used to locate services.
 void ActivatableDiscoveryService.removeDiscoveryDelegate(FindServiceInterface serviceFinder)
          Removes an agent previously added as a discovery agent.
 

Constructor parameters in com.sas.services.discovery with type arguments of type FindServiceInterface
DiscoveryService(java.util.Set<FindServiceInterface> discoveryDelegates)
          Constructs an instance of a discovery service and initializes it with discovery delegates specified in the provided collection.
DiscoveryService(java.util.Set<FindServiceInterface> discoveryDelegates, java.util.Set<RemoteServiceInterface> services)
          Constructs an instance of a discovery service and initializes it with discovery delegates specified in the provided collection.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.