com.sun.jini.jeri.internal.http
Class HttpServerManager.AckListenerMap
java.lang.Object
com.sun.jini.jeri.internal.http.TimedMap
com.sun.jini.jeri.internal.http.HttpServerManager.AckListenerMap
- Enclosing class:
- HttpServerManager
private static class HttpServerManager.AckListenerMap
- extends TimedMap
Map for tracking registered AcknowledgmentSource.Listeners.
Method Summary |
(package private) void |
evicted(Object key,
Object value)
Upcall invoked after key's timeout has expired and key has been removed
from the map. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServerManager.AckListenerMap
HttpServerManager.AckListenerMap(long timeout)
evicted
void evicted(Object key,
Object value)
- Description copied from class:
TimedMap
- Upcall invoked after key's timeout has expired and key has been removed
from the map.
- Overrides:
evicted
in class TimedMap
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.