|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StorageFactory
For any implementation of Storage, the constructor is something like StorageImplementation(name). Different names represent different repositories. The meaning of "name" is implementation-defined. For btree it will be the base of the file name. This factory is used only to create instances of Storage. Methods to create and delete physical resources for the Storage, open and close the Storage etc. are defined in Storage interface.
Method Summary | |
---|---|
MOFID |
createNullMOFID()
Creates a NULL MOFID in the format used by this Storage implementation |
Storage |
createStorage(java.util.Map properties)
Creates instance of class that implements Storage interface. |
Method Detail |
---|
Storage createStorage(java.util.Map properties) throws StorageException
StorageException
MOFID createNullMOFID() throws StorageException
StorageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |