Uses of Class
com.sas.services.deployment.Environment

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

Uses of Environment in com.sas.services
 

Methods in com.sas.services that return Environment
 Environment ServiceConfigurationInterface.getEnvironment()
          Gets the environment object.
 Environment ServiceConfiguration.getEnvironment()
          Gets the environment object.
protected  Environment AbstractRemoteService.getEnvironment()
          Get the Environment object.
 

Methods in com.sas.services with parameters of type Environment
 void ServiceConfiguration.setEnvironment(Environment environment)
          Sets the environment object.
 

Uses of Environment in com.sas.services.deployment
 

Methods in com.sas.services.deployment with parameters of type Environment
static com.sas.metadata.remote.MdStore AbstractMetadataSource.createMdStore(boolean isRemotelyAccessible, java.util.Map metaOptions, Environment environment)
          Creates a metadata object store in a new metadata factory.
static MetadataSourceInterface MetadataSourceFactory.createMetadataSource(MetadataSourceProperties metadataSourceProperties, Environment environment)
          Creates a metadata source based upon the specified properties.
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, Environment environment)
          Gets a deployable service from the service component.
static ServiceConfigurationInterface DeployableServiceFactory.getServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent, org.apache.log4j.Logger logger, Environment environment)
          Creates a service configuration for the specified service.
static MetadataSourceInterface MetadataSourceFactory.newMetadataSource(java.util.Properties properties, Environment environment)
          Creates a metadata source based upon the specified properties.
static void PlatformServices.setEnvironment(Environment environment)
          Specified the environment resources to be used by this facade.
static void CorePlatformServices.setEnvironment(Environment environment)
          Specified the environment resources to be used by this facade.
 

Constructors in com.sas.services.deployment with parameters of type Environment
OMRMetadataSource(com.sas.meta.SASOMI.IOMI omi, java.lang.String repositoryNameOrID, java.lang.String softwareComponentName, java.util.Set serviceGroupNames, Environment environment)
          Constructs an instance with the specified SAS Metadata Server host, port, identity and password, and Set of String elements representing the foundation service deployments that are to be deployed.
OMRMetadataSource(java.lang.String repositoryNameOrID, java.lang.String softwareComponentName, java.util.Set serviceGroupNames, java.lang.String omrHost, java.lang.String omrPort, java.lang.String secSPN, java.lang.String secPackageList, Environment environment)
          Constructs an instance which will open a single sign-on connection to the specified SAS Metadata Server.
OMRMetadataSource(java.lang.String omrHost, java.lang.String omrPort, java.lang.String omrIdentity, java.lang.String omrIdentityPassword, java.lang.String repositoryNameOrID, java.lang.String softwareComponentName, java.util.Set serviceGroupNames, Environment environment)
          Constructs an instance with the specified SAS Metadata Server host, port, identity and password, and Set of String elements representing the foundation service deployments that are to be deployed.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.