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
JasDBStorageException
StorageService getOrCreateStorageService(String instanceId, String bagName) throws JasDBStorageException
JasDBStorageException
void removeStorageService(String instanceId, String bagName) throws JasDBStorageException
JasDBStorageException
void removeAllStorageService(String instanceId) throws JasDBStorageException
JasDBStorageException
void shutdownServiceFactory() throws JasDBStorageException
JasDBStorageException
Copyright © 2015. All rights reserved.