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

com.sas.services.deployment
Interface MetadataSourceConfigurationInterface

All Known Implementing Classes:
MetadataSourceConfiguration

public interface MetadataSourceConfigurationInterface

Interface describing a metadata source from which a foundation service deployment can be obtained. The ServiceLoader will query this metadata source for a foundation services deployment.

Currently two metadata sources are supported:

Use the Foundation Services Manager plug-in to the SAS Management Console to administer an application's foundation services deployment configuration. This plug-in provides the capability to export an application's foundation services deployment configuration from a SAS Metadata Repository to a UTF-8 encoded XML file. This file serves two purposes:

Since:
1.0
See Also:
MetadataSourceInterface

Method Summary
 MetadataSourceInterface getMetadataSource()
          Gets a metadata source capable of providing a platform service deployment.
 

Method Detail

getMetadataSource

MetadataSourceInterface getMetadataSource()
Gets a metadata source capable of providing a platform service deployment.

Returns:
Metadata source.

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.