GC
Class GCManager

java.lang.Object
GC.GCManager
- public class GCManager
- extends java.lang.Object
GCManager
- Version:
- $Id: GCManager.java,v 1.4 2003/05/12 10:05:17 joewhaley Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RC_GC
public static final int RC_GC
- See Also:
- Constant Field Values
TR_GC
public static final int TR_GC
- See Also:
- Constant Field Values
MS_GC
public static final int MS_GC
- See Also:
- Constant Field Values
CP_GC
public static final int CP_GC
- See Also:
- Constant Field Values
CNS_GC
public static final int CNS_GC
- See Also:
- Constant Field Values
INC_GC
public static final int INC_GC
- See Also:
- Constant Field Values
GEN_GC
public static final int GEN_GC
- See Also:
- Constant Field Values
PAL_GC
public static final int PAL_GC
- See Also:
- Constant Field Values
DST_GC
public static final int DST_GC
- See Also:
- Constant Field Values
initialized
private static boolean initialized
candidates
private static java.util.Hashtable candidates
defaultTCGC
private static java.lang.Runnable defaultTCGC
defaultRCGC
private static java.lang.Runnable defaultRCGC
GCManager
public GCManager()
initialize
public static void initialize()
reset
public static void reset()
getGC
public static java.lang.Object getGC(int key)