Uses of Package
org.eclipse.hyades.execution.core

Classes in org.eclipse.hyades.execution.core used by org.eclipse.hyades.execution.core
ExecutionComponentStateException
          A ExecutionComponentStateException is thrown by any IExecutionComponent operation that occurs when the IExecutionComponent is not in the correct state to support the current operation.
IChannelReader
          IChannelReader defines an interface for accepting data from a data provider.
IExecutableObject
          This interface is a placeholder contract between the IExecutor and any class that uses it.
IExecutionComponent
          IExecutionComponent is the base class for all of the components in the runtime system.
IExecutionEnvironment
          IExecutionEnvironment is a specialized IExecutionComponent that has knowledge about the environment that the IExecutionComponent's and its children reside within.
IExecutor
          An IExecutor class is a class that, given an IExecutableObject, is capable of launching and killing the executable represented by that IExecutableObject.
INode
          A INode instance identifies a physical entity on the network.
IOrderedProperty
          A IOrderedProperty is a property that may have many ordered values.
ISession
          A session is the abstraction of a connection with a remote node.
TimeoutException
           This exception is thrown to indicate that a given request was unable to be satisfied within the defined time limit.