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

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

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

Methods in org.ow2.dragon.api.service.technology that return ExecutionEnvironmentTO
 ExecutionEnvironmentTO TechnologyManager.getExecutionEnvironment(java.lang.String execEnvId)
          Retrieve the execution environment matching the given ID
 

Methods in org.ow2.dragon.api.service.technology that return types with arguments of type ExecutionEnvironmentTO
 java.util.List<ExecutionEnvironmentTO> TechnologyManager.getAllExecutionEnvironments(RequestOptionsTO requestOptionsTO)
          Return the list of all execution environments in the registry
 java.util.List<ExecutionEnvironmentTO> TechnologyManager.getExecEnvsHostedOnProcessor(java.lang.String processorId, RequestOptionsTO requestOptionsTO)
          Retrieve the list of execution environments that are hosted by the given processor.
 java.util.List<ExecutionEnvironmentTO> TechnologyManager.getExecEnvsInFederation(java.lang.String envFedId, RequestOptionsTO requestOptionsTO)
          Retrieve the list of execution environments that are parts of the given environment federation
 java.util.List<ExecutionEnvironmentTO> TechnologyManager.getManagedExecEnv(java.lang.String runtimeManagerId, RequestOptionsTO requestOptionsTO)
          Retrieve the list of execution environments managed by the given runtime manager (aka execution environment manager)
 java.util.List<ExecutionEnvironmentTO> TechnologyManager.searchExecutionEnvironments(java.lang.String searchCriteria, java.util.List<ExecEnvSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
          Retrieve the list of all execution environments matching the given criteria for the given properties
 

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

Methods in org.ow2.dragon.service.technology that return ExecutionEnvironmentTO
 ExecutionEnvironmentTO TechnologyManagerImpl.getExecutionEnvironment(java.lang.String execEnvId)
           
 ExecutionEnvironmentTO TechnologyTransferObjectAssembler.toExecutionEnvironmentTO(ExecutionEnvironment executionEnvironmentBO)
           
 ExecutionEnvironmentTO TechnologyTransferObjectAssemblerImpl.toExecutionEnvironmentTO(ExecutionEnvironment executionEnvironmentBO)
           
 

Methods in org.ow2.dragon.service.technology that return types with arguments of type ExecutionEnvironmentTO
 java.util.List<ExecutionEnvironmentTO> TechnologyManagerImpl.getAllExecutionEnvironments(RequestOptionsTO requestOptionsTO)
           
 java.util.List<ExecutionEnvironmentTO> TechnologyManagerImpl.getExecEnvsHostedOnProcessor(java.lang.String processorId, RequestOptionsTO requestOptionsTO)
           
 java.util.List<ExecutionEnvironmentTO> TechnologyManagerImpl.getExecEnvsInFederation(java.lang.String envFedId, RequestOptionsTO requestOptionsTO)
           
 java.util.List<ExecutionEnvironmentTO> TechnologyManagerImpl.getManagedExecEnv(java.lang.String runtimeManagerId, RequestOptionsTO requestOptionsTO)
           
 java.util.List<ExecutionEnvironmentTO> TechnologyManagerImpl.searchExecutionEnvironments(java.lang.String searchCriteria, java.util.List<ExecEnvSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.