com.sas.services.discovery
Class DiscoveryServiceConfiguration
com.sas.services.discovery.DiscoveryServiceConfiguration
All Implemented Interfaces: ServiceConfigurationInterface , java.io.Serializable
public class DiscoveryServiceConfiguration
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: DiscoveryServiceFactory
,
Serialized Form
DiscoveryServiceConfiguration
public DiscoveryServiceConfiguration ()
Copyright © 2009 SAS Institute Inc. All Rights Reserved.