com.sun.jini.jeri.internal.http
Class ConnectionTimer.TimeoutMap

java.lang.Object
  extended by com.sun.jini.jeri.internal.http.TimedMap
      extended by com.sun.jini.jeri.internal.http.ConnectionTimer.TimeoutMap
Enclosing class:
ConnectionTimer

private static class ConnectionTimer.TimeoutMap
extends TimedMap

Map for tracking idle connection timeouts.


Constructor Summary
ConnectionTimer.TimeoutMap(long timeout)
           
 
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 com.sun.jini.jeri.internal.http.TimedMap
get, put, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionTimer.TimeoutMap

ConnectionTimer.TimeoutMap(long timeout)
Method Detail

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.