|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.runtime.ParaTaskHelper
public class ParaTaskHelper
Nested Class Summary | |
---|---|
static class |
ParaTaskHelper.ClassGetter
[This is only intended for internal use of the ParaTask compiler and runtime] |
Field Summary | |
---|---|
static int |
ANY_THREAD_TASK
[This is only intended for internal use of the ParaTask compiler and runtime] |
static TaskIDGroup |
dummyTaskID
[This is only intended for internal use of the ParaTask compiler and runtime] |
static int |
EXCEPTION_IN_SLOT
[This is only intended for internal use of the ParaTask compiler and runtime] |
static java.lang.String |
PT_PREFIX
[This is only intended for internal use of the ParaTask compiler and runtime] |
static java.lang.reflect.Method |
setCompleteSlot
[This is only intended for internal use of the ParaTask compiler and runtime] |
static long |
WORKER_SLEEP_DELAY
[This is only intended for internal use of the ParaTask compiler and runtime] |
Constructor Summary | |
---|---|
ParaTaskHelper()
|
Method Summary | |
---|---|
static void |
executeAnotherTask()
|
static java.lang.reflect.Method |
getDeclaredMethod(java.lang.Class start,
java.lang.String name,
java.lang.Class[] parameterTypes)
[This is only intended for internal use of the ParaTask compiler and runtime] |
static boolean |
isSubClassOf(java.lang.Class child,
java.lang.Class potentialParent)
[This is only intended for internal use of the ParaTask compiler and runtime] |
static void |
setComplete(TaskID id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PT_PREFIX
public static long WORKER_SLEEP_DELAY
public static int ANY_THREAD_TASK
public static int EXCEPTION_IN_SLOT
public static TaskIDGroup dummyTaskID
public static java.lang.reflect.Method setCompleteSlot
Constructor Detail |
---|
public ParaTaskHelper()
Method Detail |
---|
public static void setComplete(TaskID id)
public static void executeAnotherTask()
public static java.lang.reflect.Method getDeclaredMethod(java.lang.Class start, java.lang.String name, java.lang.Class[] parameterTypes) throws java.lang.SecurityException, java.lang.NoSuchMethodException
java.lang.SecurityException
java.lang.NoSuchMethodException
public static boolean isSubClassOf(java.lang.Class child, java.lang.Class potentialParent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |