public final class Scavenger
extends java.lang.Object
implements weblogic.timers.TimerListener
Modifier and Type | Field and Description |
---|---|
private int |
passCount |
private static int |
SCAVENGE_INTERVAL_SECS |
private static java.util.Hashtable |
TRASH |
Constructor and Description |
---|
Scavenger() |
Modifier and Type | Method and Description |
---|---|
static void |
addScavengable(java.lang.String key,
Scavengable s) |
static void |
removeScavengable(java.lang.String key) |
void |
timerExpired(weblogic.timers.Timer timer)
This method is invoked by a TimerManager when a timer
expires.
|
private static final int SCAVENGE_INTERVAL_SECS
private static final java.util.Hashtable TRASH
private int passCount
public void timerExpired(weblogic.timers.Timer timer)
weblogic.timers.TimerListener
timerExpired
in interface weblogic.timers.TimerListener
timer
- The timer that expired and caused the
listener to be invoked.public static void addScavengable(java.lang.String key, Scavengable s)
public static void removeScavengable(java.lang.String key)