|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Thread
|
+--arlut.csd.ganymede.client.SecurityLaunderThread
Background client thread designed to launder build status messages from
the server on a non-RMI thread. Set up and torn down by the
gclient class.
| Field Summary | |
(package private) boolean |
buildingPhase1
|
(package private) boolean |
buildingPhase2
|
(package private) gclient |
client
|
(package private) boolean |
done
|
(package private) boolean |
messageSet
|
| 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 | |
SecurityLaunderThread(gclient client)
|
|
| Method Summary | |
void |
run()
|
void |
setBuildStatus(boolean phase1,
boolean phase2)
This method is called to trigger a build status icon update. |
void |
shutdown()
This method causes the run() method to gracefully terminate without taking any further action. |
| 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 |
gclient client
boolean done
boolean messageSet
boolean buildingPhase1
boolean buildingPhase2
| Constructor Detail |
public SecurityLaunderThread(gclient client)
| Method Detail |
public void run()
run in class java.lang.Thread
public void setBuildStatus(boolean phase1,
boolean phase2)
This method is called to trigger a build status icon update.
Called bygclient.setBuildStatus().public void shutdown()
This method causes the run() method to gracefully terminate without taking any further action.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||