|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--tppt.xopen.TwoPhaseController.Worker
The Worker class.
| Field Summary | |
private APInterface |
ap
|
private boolean |
isAlive
|
private int |
status
|
protected java.lang.Object |
syncObj
|
| Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
| Constructor Summary | |
(package private) |
TwoPhaseController.Worker(APInterface ap)
|
| Method Summary | |
int |
getStatus()
|
void |
run()
|
void |
setStatus(int s)
|
void |
terminate()
|
void |
wakeUp()
|
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private APInterface ap
private int status
private boolean isAlive
protected java.lang.Object syncObj
| Constructor Detail |
TwoPhaseController.Worker(APInterface ap)
| Method Detail |
public int getStatus()
public void setStatus(int s)
public void run()
run in class java.lang.Threadpublic void terminate()
public void wakeUp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||