org.sourceforge.jemm.database.memory
Class GCIFImpl

java.lang.Object
  extended by org.sourceforge.jemm.database.memory.GCIFImpl
All Implemented Interfaces:
StorageEngineGCIF

public class GCIFImpl
extends java.lang.Object
implements StorageEngineGCIF


Constructor Summary
GCIFImpl()
           
 
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

GCIFImpl

public GCIFImpl()
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.