*** This class provides Binary Compatibility only, not Source Compatibility ***

Class DiscoveryServiceConfiguration

java.lang.Object
com.sas.services.ServiceConfiguration
com.sas.services.discovery.DiscoveryServiceConfiguration
All Implemented Interfaces:
ServiceConfigurationInterface, Serializable

@SASScope("ALL") @BinaryCompatibilityOnly public class DiscoveryServiceConfiguration extends ServiceConfiguration
Configuration data for initializing or reconfiguring a Discovery service.

During a service deployment an instance of this class will be created based upon some configuration (i.e. an XML initialization fragment obtained from OMR, etc.). This instance will then be passed to the com.sas.services.discovery.DiscoveryServiceFactory#getService(com.sas.services.ServiceConfigurationInterface) method to get an instance of an initialized discovery service.

An instance of this class may also be used to reconfigure a discovery service by being passed as a parameter to AbstractDiscoveryService#configure(ServiceConfigurationInterface)

Implementation use of this class depends upon finalization of the OMR representation of a service deployment. It just serves as a placeholder for future development.

Since:
1.0
See Also:
  • Constructor Details

    • DiscoveryServiceConfiguration

      public DiscoveryServiceConfiguration()