Uses of Class
org.eclipse.hyades.execution.core.ExecutionComponentStateException

Uses of ExecutionComponentStateException in org.eclipse.hyades.execution.core
 

Methods in org.eclipse.hyades.execution.core that throw ExecutionComponentStateException
 IOrderedProperty[] IExecutionEnvironment.getEnv()
          Get the entire environment as it is currently set.
 void IExecutionEnvironment.setEnv(IOrderedProperty[] env)
          Set the entire environment, overwriting an existing properties.
 void IExecutionEnvironment.addEnv(IOrderedProperty env)
          Add a property from the currently set environment
 IOrderedProperty IExecutionEnvironment.removeProperty(String name)
          Remove a property from the currently set environment
 IExecutor IExecutionEnvironment.createExecutor(String name)
          Creates an IExecutor object specific to this type of execution environment.
 void IRemoteHyadesComponent.startMonitoring(IChannelReader processor)
          Start monitoring the data output of this IRemoteHyadesComponent using the specified DataProcessor.
 void IRemoteHyadesComponent.stopMonitoring()
          Stop monitoring this IRemoteHyadesComponent.
 void IExecutor.launch()
          Launches the executable on this ISession's node
 void IExecutor.kill()
          Kills this process if it is active.
 void IExecutor.setExecutableObject(IExecutableObject theExecutableObject)
          Set the executable object.