|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.execution.remote.RemoteObjectSkeleton
org.eclipse.hyades.execution.remote.ExecutableObjectSkeleton
org.eclipse.hyades.execution.remote.JavaTaskExecutableObjectSkeleton
Implemented in this class are the semantics of running a test within the same process as the session context.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.hyades.execution.remote.RemoteObjectSkeleton |
|---|
delegate, sessionContext, uniqueId |
| Constructor Summary | |
|---|---|
JavaTaskExecutableObjectSkeleton()
|
|
| Method Summary | |
|---|---|
void |
run()
|
void |
runAsSeparateThread(boolean value)
|
void |
start()
Spin a thread, within the context of which, run() will be called.
|
void |
stop()
This implementation calls Thread.stop(), which is deprecated.
|
| Methods inherited from class org.eclipse.hyades.execution.remote.ExecutableObjectSkeleton |
|---|
getExecutor, getName, init, setExecutor |
| 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.IExecutableObject |
|---|
getExecutor, getName, init, setExecutor |
| Constructor Detail |
public JavaTaskExecutableObjectSkeleton()
| Method Detail |
public void run()
run in interface IJavaTaskExecutableObjectorg.eclipse.hyades.execution.core.impl.IJavaTaskExecutableObject.run()public void start()
run() will be called.
This method returns without run() having necessarily been called.
run() will not be called until the containing executor instance
gives the go-ahead (via the START_TEST command).
start in interface IJavaTaskExecutableObjectIJavaTaskExecutableObject.start()public void stop()
Thread.stop(), which is deprecated.
We'll need to find another way for the test to find out that it is supposed
to stop running and do so in an orderly fashion.
stop in interface IJavaTaskExecutableObjectIJavaTaskExecutableObject.stop()public void runAsSeparateThread(boolean value)
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||