TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.remote
Class ExecutableObjectSkeleton

java.lang.Object
  extended by org.eclipse.hyades.execution.remote.RemoteObjectSkeleton
      extended by org.eclipse.hyades.execution.remote.ExecutableObjectSkeleton
All Implemented Interfaces:
IExecutableObject, IRemoteObject
Direct Known Subclasses:
JavaProcessExecutableObjectSkeleton, JavaTaskExecutableObjectSkeleton

public class ExecutableObjectSkeleton
extends RemoteObjectSkeleton
implements IExecutableObject


Constructor Summary
ExecutableObjectSkeleton()
           
 
Method Summary
 IExecutor getExecutor()
           
 java.lang.String getName()
           
 void init()
           
 void setExecutor(IExecutor executor)
           
 
Methods inherited from class org.eclipse.hyades.execution.remote.RemoteObjectSkeleton
delegateRemoteCall, getDelegate, getSessionContext, getUniqueId, setDelegate, setId, setSessionContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutableObjectSkeleton

public ExecutableObjectSkeleton()
Method Detail

init

public void init()
Specified by:
init in interface IExecutableObject
Specified by:
init in interface IRemoteObject
Overrides:
init in class RemoteObjectSkeleton
See Also:
IRemoteObject.init()

getName

public java.lang.String getName()
Specified by:
getName in interface IExecutableObject
Returns:
the name of the IExecutableObject.
See Also:
IExecutableObject.getName()

setExecutor

public void setExecutor(IExecutor executor)
Specified by:
setExecutor in interface IExecutableObject
See Also:
IExecutableObject.setExecutor(org.eclipse.hyades.execution.core.IExecutor)

getExecutor

public IExecutor getExecutor()
Specified by:
getExecutor in interface IExecutableObject
Returns:
See Also:
IExecutableObject.getExecutor()

TPTP 4.6.0 Platform Project
Public API Specification