org.sourceforge.jemm.database.persistent.berkeley.proxy
Class GCInfoProxy

java.lang.Object
  extended by org.sourceforge.jemm.database.persistent.berkeley.proxy.GCInfoProxy

@Entity
public class GCInfoProxy
extends java.lang.Object


Constructor Summary
GCInfoProxy()
           
GCInfoProxy(GCInfo gcInfo)
           
GCInfoProxy(ID id, GCStatus gcStatus, int rootCount, int clientRefCount)
           
 
Method Summary
 GCInfo getGCInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCInfoProxy

public GCInfoProxy()

GCInfoProxy

public GCInfoProxy(ID id,
                   GCStatus gcStatus,
                   int rootCount,
                   int clientRefCount)

GCInfoProxy

public GCInfoProxy(GCInfo gcInfo)
Method Detail

getGCInfo

public GCInfo getGCInfo()


Copyright © 2009. All Rights Reserved.