org.neodatis.odb.impl.core.transaction
Class ReferenceQueueThread

java.lang.Object
  extended by org.neodatis.odb.impl.core.transaction.ReferenceQueueThread
All Implemented Interfaces:
java.lang.Runnable, OdbRunnable

public class ReferenceQueueThread
extends java.lang.Object
implements OdbRunnable

Author:
olivier

Field Summary
static int nbObjects
           
 
Constructor Summary
ReferenceQueueThread(CrossSessionCache cache, long timeBetweenEachCheck)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nbObjects

public static int nbObjects
Constructor Detail

ReferenceQueueThread

public ReferenceQueueThread(CrossSessionCache cache,
                            long timeBetweenEachCheck)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable