|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PhysicalEnvironment in org.figure8.join.businessfacades.environment |
---|
Methods in org.figure8.join.businessfacades.environment that return PhysicalEnvironment | |
---|---|
PhysicalEnvironment |
EnvironmentManager.getPhysicalEnvironment(long id)
Retrieve a physical environment using its entity identifier |
PhysicalEnvironment |
DefaultEnvironmentManager.getPhysicalEnvironment(long id)
Retrieve a physical enviornment using its entity identifier |
PhysicalEnvironment |
EnvironmentManager.getPhysicalEnvironment(java.lang.String key)
Retrieve a physical environment using its key |
PhysicalEnvironment |
DefaultEnvironmentManager.getPhysicalEnvironment(java.lang.String key)
Retrieve a physical environment using its key |
PhysicalEnvironment |
EnvironmentManager.getPhysicalEnvironmentAtDate(java.lang.String key,
java.util.Date configDate)
Get a view representing physical environment configuration at a specified date |
PhysicalEnvironment |
DefaultEnvironmentManager.getPhysicalEnvironmentAtDate(java.lang.String key,
java.util.Date configDate)
Get a view representing physical environment configuration at a specified date |
Methods in org.figure8.join.businessfacades.environment with parameters of type PhysicalEnvironment | |
---|---|
java.util.List |
EnvironmentManager.getDeployments(PhysicalEnvironment environment)
Retrieve all the deployments realized onto a physical environment |
java.util.List |
DefaultEnvironmentManager.getDeployments(PhysicalEnvironment environment)
Retrieve all the deployments realized onto a physical environment |
java.util.List |
EnvironmentManager.getEnvironmentMappings(PhysicalEnvironment environment)
Retrieve all the environment mappings for a PhysicalEnvironment through time |
java.util.List |
DefaultEnvironmentManager.getEnvironmentMappings(PhysicalEnvironment environment)
Retrieve all the environment mappings for a PhysicalEnvironment through time |
void |
EnvironmentManager.mapEnvironments(LogicalEnvironment logicalEnv,
PhysicalEnvironment physicalEnv)
Create a new mapping of a logical environment onto a physical one. |
void |
DefaultEnvironmentManager.mapEnvironments(LogicalEnvironment logicalEnv,
PhysicalEnvironment physicalEnv)
Create a new mapping of a logical environment onto a physical one. |
void |
DefaultResourceManager.mapResourceOnEnvironment(AbstractResource resource,
PhysicalEnvironment environment)
Create a new mapping of an infrastructure resource onto a physical one. |
void |
ResourceManager.mapResourceOnEnvironment(AbstractResource resource,
PhysicalEnvironment environment)
Create a new mapping of an infrastructure resource onto a physical one. |
void |
EnvironmentManager.savePhysicalEnvironment(PhysicalEnvironment environment)
Save a PhysicalEnvironment within datastore (create or update) |
void |
DefaultEnvironmentManager.savePhysicalEnvironment(PhysicalEnvironment environment)
Save a PhysicalEnvironment within datastore (create or update) |
Uses of PhysicalEnvironment in org.figure8.join.businessobjects.environment |
---|
Methods in org.figure8.join.businessobjects.environment that return PhysicalEnvironment | |
---|---|
PhysicalEnvironment |
ParameterValue.getEnvironment()
Get the environment to whom this value applies. |
PhysicalEnvironment |
ResourceMapping.getPhysicalEnvironment()
|
PhysicalEnvironment |
EnvironmentMapping.getPhysicalEnvironment()
|
Methods in org.figure8.join.businessobjects.environment with parameters of type PhysicalEnvironment | |
---|---|
void |
ParameterValue.setEnvironment(PhysicalEnvironment environment)
|
void |
ResourceMapping.setPhysicalEnvironment(PhysicalEnvironment physicalEnvironment)
|
void |
EnvironmentMapping.setPhysicalEnvironment(PhysicalEnvironment physicalEnvironment)
|
Constructors in org.figure8.join.businessobjects.environment with parameters of type PhysicalEnvironment | |
---|---|
EnvironmentMapping(LogicalEnvironment logicalEnv,
PhysicalEnvironment physicalEnv)
Creates a new EnvironmentMapping with mandatory parameters. |
|
ParameterValue(java.lang.String value,
Parameter parameter,
Target target,
PhysicalEnvironment environment)
Creates a new instance of ParameterValue with mandatory attributes. |
|
ResourceMapping(AbstractResource resource,
PhysicalEnvironment physicalEnv)
Creates a new ResourceMapping with mandatory parameters. |
Uses of PhysicalEnvironment in org.figure8.join.businessobjects.environment.persistence |
---|
Methods in org.figure8.join.businessobjects.environment.persistence that return PhysicalEnvironment | |
---|---|
PhysicalEnvironment |
HibernatePhysicalEnvironmentDao.getPhysicalEnvironment(long id)
Retrieve a physical environment using its entity identifier |
PhysicalEnvironment |
PhysicalEnvironmentDao.getPhysicalEnvironment(long id)
Retrieve a physical environment using its entity identifier |
PhysicalEnvironment |
HibernatePhysicalEnvironmentDao.getPhysicalEnvironment(java.lang.String key)
Retrieve a physical environment using its key |
PhysicalEnvironment |
PhysicalEnvironmentDao.getPhysicalEnvironment(java.lang.String key)
Retrieve a physical environment using its key |
Methods in org.figure8.join.businessobjects.environment.persistence with parameters of type PhysicalEnvironment | |
---|---|
java.util.List |
HibernateEnvironmentMappingDao.getAllEnvironmentMappings(PhysicalEnvironment physicalEnv)
Retrieve all the environment mappings for a PhysicalEnvironment through time |
java.util.List |
EnvironmentMappingDao.getAllEnvironmentMappings(PhysicalEnvironment physicalEnv)
Retrieve all the environment mappings for a PhysicalEnvironment through time |
java.util.List |
HibernateDeploymentDao.getDeploymentsByPhysicalEnvironment(PhysicalEnvironment physicalEnv)
Retrieve all the deployments done onto a specified physical environment |
java.util.List |
DeploymentDao.getDeploymentsByPhysicalEnvironment(PhysicalEnvironment physicalEnv)
Retrieve all the deployments done onto a specified physical environment |
java.util.List |
HibernateResourceMappingDao.getResourceMappingsForEnvironment(PhysicalEnvironment environment,
java.util.Date date)
Retrieve the list of resource mappings active for environment on specfied date |
java.util.List |
ResourceMappingDao.getResourceMappingsForEnvironment(PhysicalEnvironment environment,
java.util.Date date)
Retrieve the list of resource mappings active for environment on specfied date |
java.util.List |
HibernateResourceMappingDao.getResourceMappingsForEnvironment(PhysicalEnvironment environment,
java.util.Date startDate,
java.util.Date endDate)
Retrieve a list of resource mappings done onto an environment during a specified interval. |
java.util.List |
ResourceMappingDao.getResourceMappingsForEnvironment(PhysicalEnvironment environment,
java.util.Date startDate,
java.util.Date endDate)
Retrieve a list of resource mappings done onto an environment during a specified interval. |
Uses of PhysicalEnvironment in org.figure8.join.services.properties |
---|
Methods in org.figure8.join.services.properties with parameters of type PhysicalEnvironment | |
---|---|
java.util.Properties |
PhysicalEnvironmentPropertiesExtractor.extract(PhysicalEnvironment environment)
Extract a set of properies from the given environment. |
java.util.Properties |
PhysicalEnvironmentPropertiesExtractor.extract(PhysicalEnvironment environment,
java.lang.String prefix)
Extract a set of properies from the given environment. |
Uses of PhysicalEnvironment in org.figure8.join.view |
---|
Fields in org.figure8.join.view declared as PhysicalEnvironment | |
---|---|
protected PhysicalEnvironment |
PhysicalEnvironmentTrackingView.environment
The encapsulated environment domain object |
Methods in org.figure8.join.view that return PhysicalEnvironment | |
---|---|
PhysicalEnvironment |
VersionedResourceMapping.getEnvironment()
|
PhysicalEnvironment |
PhysicalEnvironmentTrackingView.getEnvironment()
|
Constructors in org.figure8.join.view with parameters of type PhysicalEnvironment | |
---|---|
PhysicalEnvironmentTrackingView(PhysicalEnvironment environment,
java.util.Date startDate,
java.util.Date endDate)
Creates a new instance of PhysicalEnvironmentTrackingView |
|
VersionedResourceMapping(PhysicalEnvironment environment,
VersionedResourceTrackingView resourceView,
java.util.Date startDate,
java.util.Date endDate)
Creates a new instance of VersionedResourceMapping. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |