|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.TimerTask
org.hd.d.pg2k.webSvr.exhibit.AbstractFilterBean.ExpiryTask
private static final class AbstractFilterBean.ExpiryTask
Task to actively expire a filter and release its memory. Only retains a weak reference to the filter bean so as not to prevent the bean being GCed.
| Field Summary | |
|---|---|
private java.lang.ref.WeakReference<AbstractFilterBean> |
beanWR
Weak ref to the bean; never null though the referent may be. |
| Constructor Summary | |
|---|---|
AbstractFilterBean.ExpiryTask(AbstractFilterBean afb)
|
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.util.TimerTask |
|---|
cancel, scheduledExecutionTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.ref.WeakReference<AbstractFilterBean> beanWR
| Constructor Detail |
|---|
AbstractFilterBean.ExpiryTask(AbstractFilterBean afb)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class java.util.TimerTask
|
DHD Multimedia Gallery V1.53.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||