| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
java.lang.Object
|
+----java.lang.Thread
|
+----cornell.slk.jkernel.core.CrossTaskThread
| Field Summary | |
| java.lang.Runnable | runnable
|
| boolean | started
|
| ThreadTaskState | tds
|
| Fields inherited from class java.lang.Thread |
| activeThreadQ, contextClassLoader, daemon, eetop, group, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, target, threadInitNumber, threadQ |
| Constructor Summary | |
| CrossTaskThread(ThreadSegment threadSegment,
java.lang.Runnable runnable,
Task task)
|
|
| CrossTaskThread(ThreadSegment threadSegment,
java.lang.Runnable runnable)
|
|
| Method Summary | |
| void | checkAccess()
|
| void | interrupt()
|
| boolean | isInterrupted()
|
| void | run()
|
| Methods inherited from class java.lang.Thread |
| |
| Methods inherited from class java.lang.Object |
| |
| Field Detail |
private boolean started
java.lang.Runnable runnable
ThreadTaskState tds
| Constructor Detail |
CrossTaskThread(ThreadSegment threadSegment,
java.lang.Runnable runnable,
Task task)
CrossTaskThread(ThreadSegment threadSegment,
java.lang.Runnable runnable)
| Method Detail |
public void interrupt()
public boolean isInterrupted()
public void checkAccess()
public void run()
| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||