Uses of Interface
org.jboss.messaging.core.paging.PagingStore

Packages that use PagingStore
org.jboss.messaging.core.paging   
org.jboss.messaging.core.paging.impl   
 

Uses of PagingStore in org.jboss.messaging.core.paging
 

Methods in org.jboss.messaging.core.paging that return PagingStore
 PagingStore PagingManager.getPageStore(SimpleString address)
          To return the PageStore associated with the address
 PagingStore PagingStoreFactory.newStore(SimpleString destinationName, AddressSettings addressSettings)
           
 

Methods in org.jboss.messaging.core.paging that return types with arguments of type PagingStore
 java.util.List<PagingStore> PagingStoreFactory.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository)
           
 

Uses of PagingStore in org.jboss.messaging.core.paging.impl
 

Subinterfaces of PagingStore in org.jboss.messaging.core.paging.impl
 interface TestSupportPageStore
          All the methods required to TestCases on PageStoreImpl
 

Classes in org.jboss.messaging.core.paging.impl that implement PagingStore
 class PagingStoreImpl
           
 

Methods in org.jboss.messaging.core.paging.impl that return PagingStore
 PagingStore PagingManagerImpl.getPageStore(SimpleString storeName)
          stores is a ConcurrentHashMap, so we don't need to synchronize this method
 PagingStore PagingStoreFactoryNIO.newStore(SimpleString destinationName, AddressSettings settings)
           
 

Methods in org.jboss.messaging.core.paging.impl that return types with arguments of type PagingStore
 java.util.List<PagingStore> PagingStoreFactoryNIO.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.