Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scoja.util
Class ExpiringLRUCacheTest.KillMe  view ExpiringLRUCacheTest.KillMe download ExpiringLRUCacheTest.KillMe.java

java.lang.Object
  extended byorg.scoja.util.ImmortalObject
      extended byorg.scoja.util.ExpiringLRUCacheTest.KillMe
All Implemented Interfaces:
ExpiringObject
Enclosing class:
ExpiringLRUCacheTest

public static class ExpiringLRUCacheTest.KillMe
extends ImmortalObject


Field Summary
 
Fields inherited from class org.scoja.util.ImmortalObject
value
 
Constructor Summary
ExpiringLRUCacheTest.KillMe(java.lang.Object value)
           
 
Method Summary
 void expired()
          Es el método al que llaman las ExpiringLRUCaches cuando un objeto ha expirado.
 
Methods inherited from class org.scoja.util.ImmortalObject
getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpiringLRUCacheTest.KillMe

public ExpiringLRUCacheTest.KillMe(java.lang.Object value)
Method Detail

expired

public void expired()
Description copied from interface: ExpiringObject
Es el método al que llaman las ExpiringLRUCaches cuando un objeto ha expirado.

Specified by:
expired in interface ExpiringObject
Overrides:
expired in class ImmortalObject