Uses of Interface
com.bea.jvm.GarbageCollector

Packages that use GarbageCollector
com.bea.jvm Provides the interfaces and the factory class for the JRockit management API.  
com.bea.jvm.event Provides interfaces and classes for dealing with different types of management API events. 
 

Uses of GarbageCollector in com.bea.jvm
 

Methods in com.bea.jvm that return GarbageCollector
 GarbageCollector MemorySystem.getGarbageCollector()
          Returns the GarbageCollector subsystem.
 

Uses of GarbageCollector in com.bea.jvm.event
 

Methods in com.bea.jvm.event that return GarbageCollector
 GarbageCollector GarbageCollectionEvent.getGarbageCollector()
          Returns a reference to the GarbageCollector that performed the GC or switch.
 

Constructors in com.bea.jvm.event with parameters of type GarbageCollector
GarbageCollectionEvent(GarbageCollector gc, int eventType)
          Constructor.
GarbageCollectionEvent(GarbageCollector gc, int type, long start, long end)
          Constructor.