TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core.impl
Class JavaTaskExecutableObject

java.lang.Object
  extended by org.eclipse.hyades.execution.core.impl.JavaTaskExecutableObject
All Implemented Interfaces:
IExecutableObject, IJavaTaskExecutableObject

public class JavaTaskExecutableObject
extends java.lang.Object
implements IJavaTaskExecutableObject


Constructor Summary
JavaTaskExecutableObject()
           
 
Method Summary
 IExecutor getExecutor()
           
 java.lang.String getName()
           
 void init()
           
 void run()
           
 void setExecutor(IExecutor obj)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaTaskExecutableObject

public JavaTaskExecutableObject()
Method Detail

init

public void init()
Specified by:
init in interface IExecutableObject

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 obj)
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()

run

public void run()
Specified by:
run in interface IJavaTaskExecutableObject

stop

public void stop()
Specified by:
stop in interface IJavaTaskExecutableObject

start

public void start()
Specified by:
start in interface IJavaTaskExecutableObject

TPTP 4.5.0 Platform Project
Public API Specification