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

Packages that use ExecEnvManagerSearchProperties
org.ow2.dragon.api.service.technology   
org.ow2.dragon.api.to.technology   
org.ow2.dragon.service.technology   
 

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

Method parameters in org.ow2.dragon.api.service.technology with type arguments of type ExecEnvManagerSearchProperties
 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 ExecEnvManagerSearchProperties in org.ow2.dragon.api.to.technology
 

Methods in org.ow2.dragon.api.to.technology that return ExecEnvManagerSearchProperties
static ExecEnvManagerSearchProperties ExecEnvManagerSearchProperties.fromString(java.lang.String property)
          Return the ExecEnvManagerSearchProperties related to the given string or null if it isn't supported
static ExecEnvManagerSearchProperties ExecEnvManagerSearchProperties.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExecEnvManagerSearchProperties[] ExecEnvManagerSearchProperties.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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

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



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.