Uses of Class
org.ow2.dragon.api.to.technology.ExecutionEnvironmentManagerTO

Packages that use ExecutionEnvironmentManagerTO
org.ow2.dragon.api.service.technology   
org.ow2.dragon.service.technology   
 

Uses of ExecutionEnvironmentManagerTO in org.ow2.dragon.api.service.technology
 

Methods in org.ow2.dragon.api.service.technology that return ExecutionEnvironmentManagerTO
 ExecutionEnvironmentManagerTO TechnologyManager.getRuntimeManager(java.lang.String runtimeManagerId)
          Retrieve the runtime manager matching the given ID
 

Methods in org.ow2.dragon.api.service.technology that return types with arguments of type ExecutionEnvironmentManagerTO
 java.util.List<ExecutionEnvironmentManagerTO> TechnologyManager.getAllExecutionEnvironmentManagers(RequestOptionsTO requestOptionsTO)
          Return the list of all runtime managers (aka Execution Environment Managers) in the registry
 java.util.List<ExecutionEnvironmentManagerTO> TechnologyManager.searchExecutionEnvironmentManagers(java.lang.String searchCriteria, java.util.List<ExecEnvManagerSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
          Retrieve the list of all runtime managers (aka execution environment managers) matching the given criteria for the given properties
 

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

Methods in org.ow2.dragon.service.technology that return ExecutionEnvironmentManagerTO
 ExecutionEnvironmentManagerTO TechnologyManagerImpl.getRuntimeManager(java.lang.String runtimeManagerId)
           
 ExecutionEnvironmentManagerTO TechnologyTransferObjectAssembler.toExecutionEnvironmentManagerTO(ExecutionEnvironmentManager executionEnvironmentManagerBO)
           
 ExecutionEnvironmentManagerTO TechnologyTransferObjectAssemblerImpl.toExecutionEnvironmentManagerTO(ExecutionEnvironmentManager executionEnvironmentManagerBO)
           
 

Methods in org.ow2.dragon.service.technology that return types with arguments of type ExecutionEnvironmentManagerTO
 java.util.List<ExecutionEnvironmentManagerTO> TechnologyManagerImpl.getAllExecutionEnvironmentManagers(RequestOptionsTO requestOptionsTO)
           
 java.util.List<ExecutionEnvironmentManagerTO> TechnologyManagerImpl.searchExecutionEnvironmentManagers(java.lang.String searchCriteria, java.util.List<ExecEnvManagerSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.