Uses of Interface
net.sf.jso.garbage.GarbageCollector

Packages that use GarbageCollector
net.sf.jso.garbage   
 

Uses of GarbageCollector in net.sf.jso.garbage
 

Classes in net.sf.jso.garbage that implement GarbageCollector
 class JSOGarbageCollector
          Class for storable objects garbage collector.
 

Methods in net.sf.jso.garbage with parameters of type GarbageCollector
static void JSOGarbageCollector.safellyStop(GarbageCollector collector)
          Stops the collector without throwing exceptions.