net.sf.jso.garbage
Class JSOPartitionGarbageCollector

java.lang.Object
  extended bynet.sf.jso.garbage.JSOPartitionGarbageCollector

public class JSOPartitionGarbageCollector
extends java.lang.Object

Class that collects garbage from a partition;


Constructor Summary
JSOPartitionGarbageCollector(JSOOID aPid, int aCycle, JSOTransaction aTx, SchemaProxy aSchema)
          Constructs the partition collector.
 
Method Summary
 void collectGarbage()
          Collects garbage from a partition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSOPartitionGarbageCollector

public JSOPartitionGarbageCollector(JSOOID aPid,
                                    int aCycle,
                                    JSOTransaction aTx,
                                    SchemaProxy aSchema)
Constructs the partition collector.

Method Detail

collectGarbage

public void collectGarbage()
                    throws java.lang.Exception
Collects garbage from a partition.

Throws:
java.lang.Exception