|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StorageManagerHolder
Interface to manage storage-manager instances.
StorageManager| Method Summary | |
|---|---|
StorageManager |
getStorageManager(Class type)
Returns the storageManager for the given type. |
void |
setStorageManager(Class type,
StorageManager storageManager,
boolean override)
Define the storage manager for the given type. |
| Method Detail |
|---|
void setStorageManager(Class type,
StorageManager storageManager,
boolean override)
type - The identification for the storage manager, usually it is the storage-classstorageManager - The storageManager to use.override - use true to replace an existing storageManager and
false to use the manager only if there isn't an existing manager for the given typeStorageManager getStorageManager(Class type)
type - The identification for the storage manager, usually it is the storage-class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||