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

Packages that use FindServiceInterface
com.sas.services.discovery Discover a service based upon its service capabilities and optionally service attributes. 
 

Uses of FindServiceInterface in com.sas.services.discovery
 

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.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.