de.hattrickorganizer
Class MemoryCleaner

java.lang.Object
  extended by de.hattrickorganizer.MemoryCleaner
All Implemented Interfaces:
java.lang.Runnable

public class MemoryCleaner
extends java.lang.Object
implements java.lang.Runnable

DOCUMENT ME!

Author:
thomas.werth

Constructor Summary
MemoryCleaner()
          Creates a new instance of HoServerWorker
 
Method Summary
protected  void finalize()
          TODO Missing Method Documentation
 void run()
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryCleaner

public MemoryCleaner()
Creates a new instance of HoServerWorker

Parameters:
server - TODO Missing Constructuor Parameter Documentation
Method Detail

run

public final void run()
TODO Missing Method Documentation

Specified by:
run in interface java.lang.Runnable

finalize

protected final void finalize()
TODO Missing Method Documentation

Overrides:
finalize in class java.lang.Object