jrockit.management
Interface GarbageCollectionStrategy

All Known Implementing Classes:
MarkAndSweepStrategy

public interface GarbageCollectionStrategy

This is the parent interface for all garbage collection strategies.

Author:
Marcus Hirt

Method Summary
 java.lang.String getDescription()
          Returns a description of this GarbageCollectionStrategy.
 java.lang.String getName()
          Returns the name of this GarbageCollectionStrategy.
 

Method Detail

getName

java.lang.String getName()
Returns the name of this GarbageCollectionStrategy.

Returns:
the name of the garbage collection strategy

getDescription

java.lang.String getDescription()
Returns a description of this GarbageCollectionStrategy.

Returns:
the description of the garabage collection strategy


Copyright © 2004-2005 BEA Systems Inc.