jrockit.management
Interface GarbageCollectionHeuristic

All Known Implementing Classes:
DefaultGarbageCollectionHeuristic

public interface GarbageCollectionHeuristic

This interface is the representation of the goals of a garbage collector. It can for instance be to optimize the currently used mark and sweep collector for lower pausetimes.

Author:
Marcus Hirt

Method Summary
 java.lang.String getDescription()
          Returns the description of this particular heuristic
 java.lang.String getName()
          Returns the name the name of this particular heuristic, for instance gcprio:paustimes.
 

Method Detail

getName

java.lang.String getName()
Returns the name the name of this particular heuristic, for instance gcprio:paustimes.

Returns:
the name of the heuristic

getDescription

java.lang.String getDescription()
Returns the description of this particular heuristic

Returns:
the description of the heuristic.


Copyright © 2004-2005 BEA Systems Inc.