Uses of Class
org.sourceforge.jemm.database.components.GCStatus

Packages that use GCStatus
org.sourceforge.jemm.database.components   
org.sourceforge.jemm.database.components.types   
org.sourceforge.jemm.database.persistent.berkeley.proxy   
 

Uses of GCStatus in org.sourceforge.jemm.database.components
 

Methods in org.sourceforge.jemm.database.components that return GCStatus
static GCStatus GCStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GCStatus[] GCStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of GCStatus in org.sourceforge.jemm.database.components.types
 

Methods in org.sourceforge.jemm.database.components.types that return GCStatus
 GCStatus GCInfo.getGCStatus()
           
 

Methods in org.sourceforge.jemm.database.components.types with parameters of type GCStatus
 void GCInfo.setGCStatus(GCStatus newStatus)
           
 

Constructors in org.sourceforge.jemm.database.components.types with parameters of type GCStatus
GCInfo(ID id, GCStatus gcStatus, int rootCount, int clientRefCount)
           
 

Uses of GCStatus in org.sourceforge.jemm.database.persistent.berkeley.proxy
 

Constructors in org.sourceforge.jemm.database.persistent.berkeley.proxy with parameters of type GCStatus
GCInfoProxy(ID id, GCStatus gcStatus, int rootCount, int clientRefCount)
           
 



Copyright © 2009. All Rights Reserved.