|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |