Interface StoreRepository
public interface StoreRepository
Manages multiple
Store
by there name.-
Method Summary
-
Method Details
-
findStore
Finds a store.- Parameters:
storeName
-ownerName
-- Returns:
- The store for the passed storeName.
-
createStore
Creates an empty store.- Parameters:
storeName
-ownerName
-- Returns:
- The created store for the passed storeName.
-
shutdown
void shutdown()Releases the resources of this store
-