public interface StorageServiceFactory
| Modifier and Type | Method and Description |
|---|---|
StorageService |
getOrCreateStorageService(String instanceId,
String bagName) |
StorageService |
getStorageService(String instanceId,
String bagName) |
void |
removeAllStorageService(String instanceId) |
void |
removeStorageService(String instanceId,
String bagName) |
void |
shutdownServiceFactory() |
StorageService getStorageService(String instanceId, String bagName) throws JasDBStorageException
JasDBStorageExceptionStorageService getOrCreateStorageService(String instanceId, String bagName) throws JasDBStorageException
JasDBStorageExceptionvoid removeStorageService(String instanceId, String bagName) throws JasDBStorageException
JasDBStorageExceptionvoid removeAllStorageService(String instanceId) throws JasDBStorageException
JasDBStorageExceptionvoid shutdownServiceFactory()
throws JasDBStorageException
JasDBStorageExceptionCopyright © 2015. All rights reserved.