Uses of Interface
com.sas.services.deployment.MetadataSourceInterface

Packages that use MetadataSourceInterface
com.sas.services.deployment This subsystem provides utilities to deploy and lookup SAS Foundation Services. 
 

Uses of MetadataSourceInterface in com.sas.services.deployment
 

Methods in com.sas.services.deployment that return MetadataSourceInterface
static MetadataSourceInterface MetadataSourceFactory.createMetadataSource(MetadataSourceProperties metadataSourceProperties, Environment environment)
          Creates a metadata source based upon the specified properties.
static MetadataSourceInterface PlatformServicesConfiguration.createMetadataSource(java.lang.String url, java.lang.String userId, java.lang.String userPassword)
          Define a metadata source based upon the URL.
 MetadataSourceInterface[] PlatformServicesConfiguration.getLocalMetadataSources()
          Gets metadata sources defining local foundation service deployment configurations.
 MetadataSourceInterface MetadataSourceConfigurationInterface.getMetadataSource()
          Gets a metadata source capable of providing a platform service deployment.
 MetadataSourceInterface MetadataSourceConfiguration.getMetadataSource()
          Gets the metadata source.
 MetadataSourceInterface[] PlatformServicesConfiguration.getRemoteMetadataSources()
          Gets metadata sources defining remote foundation service deployment configurations.
static MetadataSourceInterface MetadataSourceFactory.newMetadataSource(java.util.Properties properties)
          Creates a metadata source based upon the specified properties.
static MetadataSourceInterface MetadataSourceFactory.newMetadataSource(java.util.Properties properties, Environment environment)
          Creates a metadata source based upon the specified properties.
 

Methods in com.sas.services.deployment with parameters of type MetadataSourceInterface
 ServiceConfigurationInterface URLServiceConfigFactory.createConfigForService(java.lang.String softwareComponentName, java.lang.String treeName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Query the service's configuration using a metadata resource adaptor.
 ServiceConfigurationInterface ServiceConfigFactoryInterface.createConfigForService(java.lang.String softwareComponentName, java.lang.String serviceGroupName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Query the service's configuration using a metadata resource adaptor.
 ServiceConfigurationInterface OMRServiceConfigFactory.createConfigForService(java.lang.String softwareComponentName, java.lang.String treeName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Query the service's configuration using a metadata resource adaptor.
abstract  ServiceConfigurationInterface AbstractServiceConfigFactory.createConfigForService(java.lang.String softwareComponentName, java.lang.String treeName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Query the service's configuration using a metadata resource adaptor.
protected  ServiceConfigurationInterface AbstractServiceConfigFactory.createServiceConfig(java.lang.String metadataXML, java.lang.String softwareComponentName, java.lang.String treeName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Creates a service configuration using the specified metadata.
 ServiceConfigurationInterface URLServiceConfigFactory.createServiceConfiguration(java.lang.String softwareComponentName, java.lang.String treeName, java.lang.String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled)
          Query the service's configuration using a metadata resource adaptor.
static java.util.List ServiceLoader.deployServices(MetadataSourceInterface metadataSource)
          Gets a set of services from the specified metadata source and registers instantiated services with the local discovery service.
static java.util.List ServiceLoader.deployServices(MetadataSourceInterface metadataSource, DiscoveryServiceInterface discoveryService)
          Gets a set of deployable services from the specified metadata source.
static java.util.List ServiceLoader.deployServices(MetadataSourceInterface metadataSource, Environment environment, DiscoveryServiceInterface discoveryService)
          Gets a set of services from the specified metadata source.
static DeployableService DeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent, java.lang.String[] requiredServiceTypes, com.sas.metadata.remote.SoftwareComponent softwareComponent, MetadataSourceInterface metadataSource)
          Gets a deployable service from the service component.
static DeployableService DeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent, java.lang.String[] requiredServiceTypes, com.sas.metadata.remote.SoftwareComponent softwareComponent, MetadataSourceInterface metadataSource, Environment environment)
          Gets a deployable service from the service component.
static java.util.List 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 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 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.
 void MetadataSourceConfiguration.setMetadataSource(MetadataSourceInterface metadataSource)
          Sets the metadata source.
 

Constructors in com.sas.services.deployment with parameters of type MetadataSourceInterface
MetadataSourceConfiguration(MetadataSourceInterface metadataSource)
          Constructs an instance using the specified metadata source.
PlatformServicesConfiguration(MetadataSourceInterface[] localMetadataSources, MetadataSourceInterface[] remoteMetadataSources)
          Constructs an instance of a foundation services configuration defined by the specified metadata sources.
PlatformServicesConfiguration(MetadataSourceInterface[] localMetadataSources, MetadataSourceInterface[] remoteMetadataSources)
          Constructs an instance of a foundation services configuration defined by the specified metadata sources.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.