org.sourceforge.jemm.database.components
Interface StorageEngine

All Known Implementing Classes:
BDbStorageEngine, MDStorageEngine

public interface StorageEngine

StorageEngine defines the interface to the underlying storage subsystem. It has been broken into a number of sub-interfaces for clarity. Each sub-interface manages a logical section providing the basic update operations available.

Author:
Rory Graves

Method Summary
 StorageEngineClassIF getClassIF()
           
 StorageEngineClientRefIF getClientRefIF()
           
 StorageEngineEnumIF getEnumIF()
           
 StorageEngineGCIF getGCIF()
           
 StorageEngineObjectIF getObjectIF()
           
 StorageEngineRootIF getRootIF()
           
 StorageEngineUserLockIF getUserLockIF()
           
 void initialise()
           
 void shutdown()
           
 

Method Detail

initialise

void initialise()

getObjectIF

StorageEngineObjectIF getObjectIF()

getRootIF

StorageEngineRootIF getRootIF()

getClassIF

StorageEngineClassIF getClassIF()

getEnumIF

StorageEngineEnumIF getEnumIF()

getClientRefIF

StorageEngineClientRefIF getClientRefIF()

getUserLockIF

StorageEngineUserLockIF getUserLockIF()

getGCIF

StorageEngineGCIF getGCIF()

shutdown

void shutdown()


Copyright © 2009. All Rights Reserved.