org.sourceforge.jemm.database.persistent.berkeley
Class BDbStorageEngineGCImpl

java.lang.Object
  extended by org.sourceforge.jemm.database.persistent.berkeley.BDbStorageEngineGCImpl
All Implemented Interfaces:
StorageEngineGCIF

public class BDbStorageEngineGCImpl
extends java.lang.Object
implements StorageEngineGCIF


Constructor Summary
BDbStorageEngineGCImpl(com.sleepycat.persist.EntityStore store)
           
 
Method Summary
 GCInfo get(ID id)
           
 void remove(ID id)
           
 void save(GCInfo gcInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BDbStorageEngineGCImpl

public BDbStorageEngineGCImpl(com.sleepycat.persist.EntityStore store)
Method Detail

get

public GCInfo get(ID id)
Specified by:
get in interface StorageEngineGCIF

remove

public void remove(ID id)
Specified by:
remove in interface StorageEngineGCIF

save

public void save(GCInfo gcInfo)
Specified by:
save in interface StorageEngineGCIF


Copyright © 2009. All Rights Reserved.