Uses of Interface
com.bea.jvm.GarbageCollectionStrategy

Packages that use GarbageCollectionStrategy
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 GarbageCollectionStrategy in com.bea.jvm
 

Methods in com.bea.jvm that return GarbageCollectionStrategy
 GarbageCollectionStrategy GarbageCollector.getGarbageCollectionStrategy()
          Returns the strategy currently being employed by the GarbageCollector.
 

Methods in com.bea.jvm with parameters of type GarbageCollectionStrategy
 void GarbageCollector.suggestGarbageCollectionStrategy(GarbageCollectionStrategy strategy)
          Suggests a static garbage collector strategy to the system.
 

Uses of GarbageCollectionStrategy in com.bea.jvm.event
 

Methods in com.bea.jvm.event that return GarbageCollectionStrategy
 GarbageCollectionStrategy GarbageCollectionStrategyChangeEvent.getNext()
          The GarbageCollectionStrategy that we're changing to.
 GarbageCollectionStrategy GarbageCollectionStrategyChangeEvent.getPrevious()
          The GarbageCollectionStrategy that we're changing from.
 

Constructors in com.bea.jvm.event with parameters of type GarbageCollectionStrategy
GarbageCollectionStrategyChangeEvent(java.lang.Object source, long time, GarbageCollectionStrategy previous, GarbageCollectionStrategy next)
          Constructor.
GarbageCollectionStrategyChangeEvent(java.lang.Object source, long time, GarbageCollectionStrategy previous, GarbageCollectionStrategy next)
          Constructor.