com.bea.jvm
Interface GarbageCollectionHeuristic

All Superinterfaces:
Describable

public interface GarbageCollectionHeuristic
extends Describable

Object describing some abstract notion of 'heuristics' or priorities for a GarbageCollector.

Author:
calle

Method Summary
 java.lang.String getName()
           
 
Methods inherited from interface com.bea.jvm.Describable
getDescription
 

Method Detail

getName

java.lang.String getName()
Returns:
Name of thei heuristic


Copyright © 1999, 2008, Oracle and/or its affiliates. All rights reserved.