public interface PagingStoreFactory
Modifier and Type | Method and Description |
---|---|
SequentialFileFactory |
newFileFactory(SimpleString address) |
PagingStore |
newStore(SimpleString address,
AddressSettings addressSettings) |
List<PagingStore> |
reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) |
void |
setPagingManager(PagingManager manager) |
void |
setPostOffice(PostOffice office) |
void |
setStorageManager(StorageManager storageManager) |
void |
stop() |
PagingStore newStore(SimpleString address, AddressSettings addressSettings)
void stop() throws InterruptedException
InterruptedException
void setPagingManager(PagingManager manager)
void setStorageManager(StorageManager storageManager)
void setPostOffice(PostOffice office)
List<PagingStore> reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) throws Exception
Exception
SequentialFileFactory newFileFactory(SimpleString address) throws Exception
Exception
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.