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
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.