public interface BinaryStoreManager
| Modifier and Type | Method and Description |
|---|---|
BinaryStore |
createBinaryStore()
Factory method: Returns a new BinaryStore.
|
void |
destroyBinaryStore(BinaryStore store)
Lifecycle method: Destroy a BinaryStore previously created by this manager.
|
BinaryStore createBinaryStore()
void destroyBinaryStore(BinaryStore store)
store - a BinaryStore object previously created by this manager