com.sun.jini.jeri.internal.runtime
Class ImplRefManager.Reaper
java.lang.Object
com.sun.jini.jeri.internal.runtime.ImplRefManager.Reaper
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ImplRefManager
private class ImplRefManager.Reaper
- extends Object
- implements Runnable
Waits for notifications that weak references in the table have
been cleared (and thus referenced impls have been garbage
collected). When a notification is received, the targets using
the containing ImplRef are notified, and the corresponding
entry is removed from the table.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplRefManager.Reaper
private ImplRefManager.Reaper()
run
public void run()
- Specified by:
run
in interface Runnable
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.