Uses of Class
org.ow2.dragon.persistence.bo.technology.ExecutionEnvironment

Packages that use ExecutionEnvironment
org.ow2.dragon.persistence.bo.technology   
org.ow2.dragon.service.technology   
 

Uses of ExecutionEnvironment in org.ow2.dragon.persistence.bo.technology
 

Methods in org.ow2.dragon.persistence.bo.technology that return types with arguments of type ExecutionEnvironment
 java.util.Set<ExecutionEnvironment> EnvironmentFederation.getExecEnvs()
           
 java.util.Set<ExecutionEnvironment> Processor.getExecutionEnvs()
           
 

Methods in org.ow2.dragon.persistence.bo.technology with parameters of type ExecutionEnvironment
 void EnvironmentFederation.addExecEnv(ExecutionEnvironment executionEnvironment)
           
 void Processor.addExecutionEnvironment(ExecutionEnvironment execEnv)
           
 void EnvironmentFederation.removeExecEnv(ExecutionEnvironment executionEnvironment)
           
 

Method parameters in org.ow2.dragon.persistence.bo.technology with type arguments of type ExecutionEnvironment
 void EnvironmentFederation.setExecEnvs(java.util.Set<ExecutionEnvironment> execEnvs)
           
 void Processor.setExecutionEnvs(java.util.Set<ExecutionEnvironment> executionEnvs)
           
 

Uses of ExecutionEnvironment in org.ow2.dragon.service.technology
 

Methods in org.ow2.dragon.service.technology with parameters of type ExecutionEnvironment
 ExecutionEnvironmentTO TechnologyTransferObjectAssembler.toExecutionEnvironmentTO(ExecutionEnvironment executionEnvironmentBO)
           
 ExecutionEnvironmentTO TechnologyTransferObjectAssemblerImpl.toExecutionEnvironmentTO(ExecutionEnvironment executionEnvironmentBO)
           
 

Method parameters in org.ow2.dragon.service.technology with type arguments of type ExecutionEnvironment
 void TechnologyManagerImpl.setExecutionEnvironmentUnifiedDAO(GenericUnifiedDAO<ExecutionEnvironment,java.lang.String> executionEnvironmentUnifiedDAO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.