TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core.impl
Interface IJavaTaskExecutableObject

All Superinterfaces:
IExecutableObject
All Known Implementing Classes:
JavaTaskExecutableObject, JavaTaskExecutableObjectSkeleton, JavaTaskExecutableObjectStub

public interface IJavaTaskExecutableObject
extends IExecutableObject


Method Summary
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from interface org.eclipse.hyades.execution.core.IExecutableObject
getExecutor, getName, init, setExecutor
 

Method Detail

run

public void run()

start

public void start()

stop

public void stop()

TPTP 4.1.0 Platform Project
Public API Specification