Uses of Interface
org.sape.carbon.services.deployment.namelookup.NameLookup

Packages that use NameLookup
org.sape.carbon.services.deployment The DeploymentService is designed to help manage differences in configurations between application deployments. 
org.sape.carbon.services.deployment.namelookup NameLookups are components that provide the deployment service with names that specify either an environment or instance. 
 

Uses of NameLookup in org.sape.carbon.services.deployment
 

Methods in org.sape.carbon.services.deployment that return NameLookup
 NameLookup DeploymentServiceConfiguration.getEnvironmentNameLookup()
           
 NameLookup DeploymentServiceConfiguration.getInstanceNameLookup()
           
 

Methods in org.sape.carbon.services.deployment with parameters of type NameLookup
 void DeploymentServiceConfiguration.setEnvironmentNameLookup(NameLookup environmentNameLookup)
           
 void DeploymentServiceConfiguration.setInstanceNameLookup(NameLookup instanceNameLookup)
           
 

Uses of NameLookup in org.sape.carbon.services.deployment.namelookup
 

Classes in org.sape.carbon.services.deployment.namelookup that implement NameLookup
 class LocalHostNameLookup
          Implementation of NameLookup that returns the name of the localhost
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.