|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--org.kaariboga.core.ClassManager.Remover
Helper class for the ClassManager that removes a class after a given delay time.
| Field Summary | |
private long |
delay
Delay time in milliseconds after which the class is removed if it's cout = 0; |
private java.lang.String |
name
Name of the class to be removed. |
| Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
| Constructor Summary | |
ClassManager.Remover(java.lang.String name,
long delay)
|
|
| Method Summary | |
void |
run()
Waits for the specified delay time and then removes the class from the cache if it's count = 0; |
| 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 java.lang.String name
private long delay
| Constructor Detail |
public ClassManager.Remover(java.lang.String name,
long delay)
| Method Detail |
public void run()
run in class java.lang.Thread
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||