TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.remote
Class JavaProcessExecutorSkeleton

java.lang.Object
  extended byorg.eclipse.hyades.execution.remote.RemoteObjectSkeleton
      extended byorg.eclipse.hyades.execution.remote.ExecutionComponentSkeleton
          extended byorg.eclipse.hyades.execution.remote.ExecutorSkeleton
              extended byorg.eclipse.hyades.execution.remote.JavaProcessExecutorSkeleton
All Implemented Interfaces:
IExecutionComponent, IExecutor, IRemoteObject

public class JavaProcessExecutorSkeleton
extends ExecutorSkeleton


Field Summary
 
Fields inherited from class org.eclipse.hyades.execution.remote.RemoteObjectSkeleton
delegate, sessionContext, uniqueId
 
Fields inherited from interface org.eclipse.hyades.execution.core.IExecutor
CONTROL_EVENT_RESUME, CONTROL_EVENT_SUSPEND
 
Fields inherited from interface org.eclipse.hyades.execution.core.IExecutionComponent
DEAD, INACTIVE, NOT_CONFIGURED, READY, SUSPENDED
 
Constructor Summary
JavaProcessExecutorSkeleton()
           
 
Method Summary
 java.lang.String getPid()
           
 
Methods inherited from class org.eclipse.hyades.execution.remote.ExecutorSkeleton
getCompatibleExecutableObject, getExecutableObject, getProcessConsole, kill, launch, performControlEvent, setExecutableObject, supportsControlEvent
 
Methods inherited from class org.eclipse.hyades.execution.remote.ExecutionComponentSkeleton
addChild, addExecutionComponentStateChangeListener, fireStateChangeEvent, getChildById, getChildByName, getChildren, getId, getName, getNode, getParent, getState, getType, getVersion, handleMessage, init, removeChild, removeExecutionComponentStateChangeListener, sendMessage, setParent
 
Methods inherited from class org.eclipse.hyades.execution.remote.RemoteObjectSkeleton
delegateRemoteCall, getDelegate, getSessionContext, getUniqueId, setDelegate, setId, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.hyades.execution.core.IExecutionComponent
addChild, addExecutionComponentStateChangeListener, fireStateChangeEvent, getChildById, getChildByName, getChildren, getId, getName, getNode, getParent, getState, getType, getVersion, handleMessage, init, removeChild, removeExecutionComponentStateChangeListener, sendMessage, setParent
 

Constructor Detail

JavaProcessExecutorSkeleton

public JavaProcessExecutorSkeleton()
Method Detail

getPid

public java.lang.String getPid()
See Also:
ProcessExecutorImpl.getPid()

TPTP 4.4.0 Platform Project
Public API Specification