Uses of Class
org.ow2.dragon.api.service.technology.TechnologyException

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

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

Methods in org.ow2.dragon.api.service.technology that throw TechnologyException
 java.lang.String TechnologyManager.addRuntimeManager(java.lang.String address)
          Add a new runtime manager to the registry.
 EnvironmentFederationTO TechnologyManager.getEnvironmentFederation(java.lang.String envFedId)
          Retrieve the environment federation matching the given ID
 ExecutionEnvironmentTO TechnologyManager.getExecutionEnvironment(java.lang.String execEnvId)
          Retrieve the execution environment matching the given ID
 ProcessorTO TechnologyManager.getProcessor(java.lang.String processorId)
          Retrieve the processor matching the given ID
 ExecutionEnvironmentManagerTO TechnologyManager.getRuntimeManager(java.lang.String runtimeManagerId)
          Retrieve the runtime manager matching the given ID
 void TechnologyManager.removeEnvironmentFederation(java.lang.String envFedId)
          Remove the environment federation matching the given ID from the registry
 void TechnologyManager.removeExecutionEnvironment(java.lang.String execEnvId)
          Remove the execution environment matching the given ID from the registry
 void TechnologyManager.removeProcessor(java.lang.String processorId)
          Remove the processor matching the given ID from the registry
 void TechnologyManager.removeRuntimeManager(java.lang.String runtimeManagerId)
          Remove the runtime manager matching the given ID from the registry
 java.util.List<EnvironmentFederationTO> TechnologyManager.searchEnvironmentFederations(java.lang.String searchCriteria, java.util.List<FederationSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
          Retrieve the list of all environment federations matching the given criteria for the given properties
 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
 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
 java.util.List<ProcessorTO> TechnologyManager.searchProcessors(java.lang.String searchCriteria, java.util.List<ProcessorSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
          Retrieve the list of all processors matching the given criteria for the given properties
 void TechnologyManager.synchronizeManagedExecEnv(java.lang.String runtimeManagerId)
          Synchronize all execution environments managed by this execution runtime manager.
 

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

Methods in org.ow2.dragon.service.technology that throw TechnologyException
 java.lang.String TechnologyManagerImpl.addRuntimeManager(java.lang.String address)
           
 EnvironmentFederationTO TechnologyManagerImpl.getEnvironmentFederation(java.lang.String envFedId)
           
 ExecutionEnvironmentTO TechnologyManagerImpl.getExecutionEnvironment(java.lang.String execEnvId)
           
 ProcessorTO TechnologyManagerImpl.getProcessor(java.lang.String processorId)
           
 ExecutionEnvironmentManagerTO TechnologyManagerImpl.getRuntimeManager(java.lang.String runtimeManagerId)
           
 void TechnologyManagerImpl.removeEnvironmentFederation(java.lang.String envFedId)
           
 void TechnologyManagerImpl.removeExecutionEnvironment(java.lang.String execEnvId)
           
 void TechnologyManagerImpl.removeProcessor(java.lang.String processorId)
           
 void TechnologyManagerImpl.removeRuntimeManager(java.lang.String runtimeManagerId)
           
 java.util.List<EnvironmentFederationTO> TechnologyManagerImpl.searchEnvironmentFederations(java.lang.String searchCriteria, java.util.List<FederationSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
           
 java.util.List<ExecutionEnvironmentManagerTO> TechnologyManagerImpl.searchExecutionEnvironmentManagers(java.lang.String searchCriteria, java.util.List<ExecEnvManagerSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
           
 java.util.List<ExecutionEnvironmentTO> TechnologyManagerImpl.searchExecutionEnvironments(java.lang.String searchCriteria, java.util.List<ExecEnvSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
           
 java.util.List<ProcessorTO> TechnologyManagerImpl.searchProcessors(java.lang.String searchCriteria, java.util.List<ProcessorSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
           
 void TechnologyManagerImpl.synchronizeManagedExecEnv(java.lang.String runtimeManagerId)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.