|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogicalEnvironment in org.figure8.join.businessfacades.environment |
---|
Methods in org.figure8.join.businessfacades.environment that return LogicalEnvironment | |
---|---|
LogicalEnvironment |
EnvironmentManager.getLogicalEnvironment(long id)
Retrieve a logical environment using its entity identifier |
LogicalEnvironment |
DefaultEnvironmentManager.getLogicalEnvironment(long id)
Retrieve a logical environment using its entity identifier |
LogicalEnvironment |
EnvironmentManager.getLogicalEnvironment(java.lang.String key)
Retrieve a logical environment using its key |
LogicalEnvironment |
DefaultEnvironmentManager.getLogicalEnvironment(java.lang.String key)
Retrieve a logical environment using its key |
Methods in org.figure8.join.businessfacades.environment with parameters of type LogicalEnvironment | |
---|---|
java.util.List |
EnvironmentManager.getDeployments(LogicalEnvironment environment)
Retrieve all the deployments realized for a logical environment |
java.util.List |
DefaultEnvironmentManager.getDeployments(LogicalEnvironment environment)
Retrieve all the deployments realized for a logical environment |
EnvironmentMapping |
EnvironmentManager.getEnvironmentMappingAtDate(LogicalEnvironment environment,
java.util.Date configDate)
Retrieve EnvironmentMapping that was active for an environment at specified date |
EnvironmentMapping |
DefaultEnvironmentManager.getEnvironmentMappingAtDate(LogicalEnvironment environment,
java.util.Date configDate)
Retrieve EnvironmentMapping that was active for an environment at specified date |
java.util.List |
EnvironmentManager.getEnvironmentMappings(LogicalEnvironment environment)
Retrieve all the environment mappings for a LogicalEnvironment through time |
java.util.List |
DefaultEnvironmentManager.getEnvironmentMappings(LogicalEnvironment environment)
Retrieve all the environment mappings for a LogicalEnvironment through time |
EnvironmentView |
EnvironmentManager.getEnvironmentView(LogicalEnvironment environment)
Build an EnvironmentView object from a Logical environment instance. |
EnvironmentView |
DefaultEnvironmentManager.getEnvironmentView(LogicalEnvironment environment)
Build an EnvironmentView object from a Logical environment instance. |
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 |
EnvironmentManager.saveLogicalEnvironment(LogicalEnvironment environment)
Save a LogicalEnvironment within datastore (create or update) |
void |
DefaultEnvironmentManager.saveLogicalEnvironment(LogicalEnvironment environment)
Save a LogicalEnvironment within datastore (create or update) |
Uses of LogicalEnvironment in org.figure8.join.businessobjects.environment |
---|
Methods in org.figure8.join.businessobjects.environment that return LogicalEnvironment | |
---|---|
LogicalEnvironment |
EnvironmentMapping.getLogicalEnvironment()
|
Methods in org.figure8.join.businessobjects.environment with parameters of type LogicalEnvironment | |
---|---|
void |
EnvironmentMapping.setLogicalEnvironment(LogicalEnvironment logicalEnvironment)
|
Constructors in org.figure8.join.businessobjects.environment with parameters of type LogicalEnvironment | |
---|---|
EnvironmentMapping(LogicalEnvironment logicalEnv,
PhysicalEnvironment physicalEnv)
Creates a new EnvironmentMapping with mandatory parameters. |
Uses of LogicalEnvironment in org.figure8.join.businessobjects.environment.persistence |
---|
Methods in org.figure8.join.businessobjects.environment.persistence that return LogicalEnvironment | |
---|---|
LogicalEnvironment |
HibernateLogicalEnvironmentDao.getLogicalEnvironment(long id)
Retrieve a logical environment using its entity identifier |
LogicalEnvironment |
LogicalEnvironmentDao.getLogicalEnvironment(long id)
Retrieve a logical environment using its entity identifier |
LogicalEnvironment |
HibernateLogicalEnvironmentDao.getLogicalEnvironment(java.lang.String key)
Retrieve a logical environment using its key |
LogicalEnvironment |
LogicalEnvironmentDao.getLogicalEnvironment(java.lang.String key)
Retrieve a logical environment using its key |
Methods in org.figure8.join.businessobjects.environment.persistence with parameters of type LogicalEnvironment | |
---|---|
java.util.List |
HibernateEnvironmentMappingDao.getAllEnvironmentMappings(LogicalEnvironment logicalEnv)
Retrieve all the environment mappings for a LogicalEnvironment through time |
java.util.List |
EnvironmentMappingDao.getAllEnvironmentMappings(LogicalEnvironment logicalEnv)
Retrieve all the environment mappings for a LogicalEnvironment through time |
java.util.List |
HibernateDeploymentDao.getDeploymentsByLogicalEnvironment(LogicalEnvironment logicalEnv)
Retrieve all the deployments done for a specified logical environment |
java.util.List |
DeploymentDao.getDeploymentsByLogicalEnvironment(LogicalEnvironment logicalEnv)
Retrieve all the deployments done for a specified logical environment |
EnvironmentMapping |
HibernateEnvironmentMappingDao.getEnvironmentMapping(LogicalEnvironment logicalEnv,
java.util.Date date)
Retrieve the environment mapping for a LogicalEnvironment active at specified date |
EnvironmentMapping |
EnvironmentMappingDao.getEnvironmentMapping(LogicalEnvironment logicalEnv,
java.util.Date date)
Retrieve the environment mapping for a LogicalEnvironment active at specified date |
Uses of LogicalEnvironment in org.figure8.join.view |
---|
Fields in org.figure8.join.view declared as LogicalEnvironment | |
---|---|
protected LogicalEnvironment |
EnvironmentView.environment
The encapsulated environment domain object |
Methods in org.figure8.join.view that return LogicalEnvironment | |
---|---|
LogicalEnvironment |
EnvironmentView.getLogicalEnvironment()
|
Constructors in org.figure8.join.view with parameters of type LogicalEnvironment | |
---|---|
EnvironmentView(LogicalEnvironment environment,
Deployment lastDeployment)
Creates a new instance of EnvironmentView |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |