anon.infoservice
Class Database.TimeoutThread

java.lang.Object
  extended by anon.infoservice.Database.TimeoutThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Database

private class Database.TimeoutThread
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
private Database.TimeoutThread()
           
 
Method Summary
 void run()
          This is the garbage collector for the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Database.TimeoutThread

private Database.TimeoutThread()
Method Detail

run

public void run()
This is the garbage collector for the database. If an entry becomes outdated, it will be automatically removed from the database.

Specified by:
run in interface java.lang.Runnable