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

Packages that use PagingManager
org.jboss.messaging.core.paging   
org.jboss.messaging.core.paging.impl   
org.jboss.messaging.core.persistence   
org.jboss.messaging.core.persistence.impl.journal   
org.jboss.messaging.core.persistence.impl.nullpm   
org.jboss.messaging.core.postoffice   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.server.impl   
 

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

Methods in org.jboss.messaging.core.paging with parameters of type PagingManager
 void PagingStoreFactory.setPagingManager(PagingManager manager)
           
 

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

Classes in org.jboss.messaging.core.paging.impl that implement PagingManager
 class PagingManagerImpl
          Look at the WIKI for more information.
 

Methods in org.jboss.messaging.core.paging.impl with parameters of type PagingManager
 void PagingStoreFactoryNIO.setPagingManager(PagingManager pagingManager)
           
 

Constructors in org.jboss.messaging.core.paging.impl with parameters of type PagingManager
PagingStoreImpl(PagingManager pagingManager, StorageManager storageManager, PostOffice postOffice, SequentialFileFactory fileFactory, PagingStoreFactory storeFactory, SimpleString storeName, AddressSettings addressSettings, java.util.concurrent.Executor executor)
           
 

Uses of PagingManager in org.jboss.messaging.core.persistence
 

Methods in org.jboss.messaging.core.persistence with parameters of type PagingManager
 void StorageManager.loadMessageJournal(PagingManager pagingManager, ResourceManager resourceManager, java.util.Map<java.lang.Long,Queue> queues, java.util.Map<SimpleString,java.util.List<Pair<byte[],java.lang.Long>>> duplicateIDMap)
           
 

Uses of PagingManager in org.jboss.messaging.core.persistence.impl.journal
 

Methods in org.jboss.messaging.core.persistence.impl.journal with parameters of type PagingManager
 void JournalStorageManager.loadMessageJournal(PagingManager pagingManager, ResourceManager resourceManager, java.util.Map<java.lang.Long,Queue> queues, java.util.Map<SimpleString,java.util.List<Pair<byte[],java.lang.Long>>> duplicateIDMap)
           
 

Uses of PagingManager in org.jboss.messaging.core.persistence.impl.nullpm
 

Methods in org.jboss.messaging.core.persistence.impl.nullpm with parameters of type PagingManager
 void NullStorageManager.loadMessageJournal(PagingManager pagingManager, ResourceManager resourceManager, java.util.Map<java.lang.Long,Queue> queues, java.util.Map<SimpleString,java.util.List<Pair<byte[],java.lang.Long>>> duplicateIDMap)
           
 

Uses of PagingManager in org.jboss.messaging.core.postoffice
 

Methods in org.jboss.messaging.core.postoffice that return PagingManager
 PagingManager PostOffice.getPagingManager()
           
 

Uses of PagingManager in org.jboss.messaging.core.postoffice.impl
 

Methods in org.jboss.messaging.core.postoffice.impl that return PagingManager
 PagingManager PostOfficeImpl.getPagingManager()
           
 

Constructors in org.jboss.messaging.core.postoffice.impl with parameters of type PagingManager
PostOfficeImpl(MessagingServer server, StorageManager storageManager, PagingManager pagingManager, QueueFactory bindableFactory, ManagementService managementService, long reaperPeriod, int reaperPriority, boolean enableWildCardRouting, boolean backup, int idCacheSize, boolean persistIDCache, ExecutorFactory orderedExecutorFactory, HierarchicalRepository<AddressSettings> addressSettingsRepository)
           
 

Uses of PagingManager in org.jboss.messaging.core.server.impl
 

Methods in org.jboss.messaging.core.server.impl that return PagingManager
protected  PagingManager MessagingServerImpl.createPagingManager()
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type PagingManager
DivertImpl(SimpleString forwardAddress, SimpleString uniqueName, SimpleString routingName, boolean exclusive, Filter filter, Transformer transformer, PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager)
           
ServerConsumerImpl(long id, long replicatedSessionID, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, PagingManager pagingManager, Channel channel, Channel replicatingChannel, boolean preAcknowledge, boolean updateDeliveries, java.util.concurrent.Executor executor, ManagementService managementService)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.