Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

GC
Class GCManager  view GCManager download GCManager.java

java.lang.Object
  extended byGC.GCManager

public class GCManager
extends java.lang.Object

GCManager

Version:
$Id: GCManager.java,v 1.4 2003/05/12 10:05:17 joewhaley Exp $

Field Summary
private static java.util.Hashtable candidates
           
static int CNS_GC
           
static int CP_GC
           
private static java.lang.Runnable defaultRCGC
           
private static java.lang.Runnable defaultTCGC
           
static int DST_GC
           
static int GEN_GC
           
static int INC_GC
           
private static boolean initialized
           
static int MS_GC
           
static int PAL_GC
           
static int RC_GC
           
static int TR_GC
           
 
Constructor Summary
GCManager()
           
 
Method Summary
static java.lang.Object getGC(int key)
           
static void initialize()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

GCManager

public GCManager()
Method Detail

initialize

public static void initialize()

reset

public static void reset()

getGC

public static java.lang.Object getGC(int key)