org.sourceforge.jemm.database.memory
Class MDStorageEngine

java.lang.Object
  extended by org.sourceforge.jemm.database.memory.MDStorageEngine
All Implemented Interfaces:
StorageEngine

public class MDStorageEngine
extends java.lang.Object
implements StorageEngine


Constructor Summary
MDStorageEngine()
           
 
Method Summary
 StorageEngineClassIF getClassIF()
           
 StorageEngineClientRefIF getClientRefIF()
           
 StorageEngineEnumIF getEnumIF()
           
 StorageEngineGCIF getGCIF()
           
 StorageEngineObjectIF getObjectIF()
           
 StorageEngineRootIF getRootIF()
           
 StorageEngineUserLockIF getUserLockIF()
           
 void initialise()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDStorageEngine

public MDStorageEngine()
Method Detail

initialise

public void initialise()
Specified by:
initialise in interface StorageEngine

getObjectIF

public StorageEngineObjectIF getObjectIF()
Specified by:
getObjectIF in interface StorageEngine

getRootIF

public StorageEngineRootIF getRootIF()
Specified by:
getRootIF in interface StorageEngine

getClassIF

public StorageEngineClassIF getClassIF()
Specified by:
getClassIF in interface StorageEngine

getEnumIF

public StorageEngineEnumIF getEnumIF()
Specified by:
getEnumIF in interface StorageEngine

getClientRefIF

public StorageEngineClientRefIF getClientRefIF()
Specified by:
getClientRefIF in interface StorageEngine

getUserLockIF

public StorageEngineUserLockIF getUserLockIF()
Specified by:
getUserLockIF in interface StorageEngine

getGCIF

public StorageEngineGCIF getGCIF()
Specified by:
getGCIF in interface StorageEngine

shutdown

public void shutdown()
Specified by:
shutdown in interface StorageEngine


Copyright © 2009. All Rights Reserved.