Uses of Interface
org.jboss.messaging.core.persistence.StorageManager

Packages that use StorageManager
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.paging   
org.jboss.messaging.core.paging.impl   
org.jboss.messaging.core.persistence.impl.journal   
org.jboss.messaging.core.persistence.impl.nullpm   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.core.server.impl   
org.jboss.messaging.core.transaction.impl   
 

Uses of StorageManager in org.jboss.messaging.core.management
 

Methods in org.jboss.messaging.core.management with parameters of type StorageManager
 void ManagementService.registerQueue(Queue queue, SimpleString address, StorageManager storageManager)
           
 MessagingServerControlImpl ManagementService.registerServer(PostOffice postOffice, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<java.util.Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, MessagingServer messagingServer, QueueFactory queueFactory, java.util.concurrent.ScheduledExecutorService scheduledThreadPool, boolean backup)
           
 

Uses of StorageManager in org.jboss.messaging.core.management.impl
 

Methods in org.jboss.messaging.core.management.impl with parameters of type StorageManager
 void ManagementServiceImpl.registerQueue(Queue queue, SimpleString address, StorageManager storageManager)
           
 MessagingServerControlImpl ManagementServiceImpl.registerServer(PostOffice postOffice, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<java.util.Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, MessagingServer messagingServer, QueueFactory queueFactory, java.util.concurrent.ScheduledExecutorService scheduledThreadPool, boolean backup)
           
 

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

Methods in org.jboss.messaging.core.paging with parameters of type StorageManager
 ServerMessage PagedMessage.getMessage(StorageManager storageManager)
           
 void PagingStoreFactory.setStorageManager(StorageManager storageManager)
           
 

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

Methods in org.jboss.messaging.core.paging.impl with parameters of type StorageManager
 ServerMessage PagedMessageImpl.getMessage(StorageManager storage)
           
 void PagingStoreFactoryNIO.setStorageManager(StorageManager storageManager)
           
 

Constructors in org.jboss.messaging.core.paging.impl with parameters of type StorageManager
PagingManagerImpl(PagingStoreFactory pagingSPI, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, long maxGlobalSize, long globalPageSize, boolean syncNonTransactional, boolean backup)
           
PagingStoreImpl(PagingManager pagingManager, StorageManager storageManager, PostOffice postOffice, SequentialFileFactory fileFactory, PagingStoreFactory storeFactory, SimpleString storeName, AddressSettings addressSettings, java.util.concurrent.Executor executor)
           
 

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

Classes in org.jboss.messaging.core.persistence.impl.journal that implement StorageManager
 class JournalStorageManager
          A JournalStorageManager
 

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

Classes in org.jboss.messaging.core.persistence.impl.nullpm that implement StorageManager
 class NullStorageManager
          A NullStorageManager
 

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

Constructors in org.jboss.messaging.core.postoffice.impl with parameters of type StorageManager
DuplicateIDCacheImpl(SimpleString address, int size, StorageManager storageManager, boolean persist)
           
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 StorageManager in org.jboss.messaging.core.server
 

Methods in org.jboss.messaging.core.server that return StorageManager
 StorageManager MessagingServer.getStorageManager()
           
 

Uses of StorageManager in org.jboss.messaging.core.server.cluster.impl
 

Constructors in org.jboss.messaging.core.server.cluster.impl with parameters of type StorageManager
BridgeImpl(UUID nodeUUID, SimpleString name, Queue queue, Pair<TransportConfiguration,TransportConfiguration> connectorPair, java.util.concurrent.Executor executor, SimpleString filterString, SimpleString forwardingAddress, java.util.concurrent.ScheduledExecutorService scheduledExecutor, Transformer transformer, long retryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean failoverOnServerShutdown, boolean useDuplicateDetection, SimpleString managementAddress, SimpleString managementNotificationAddress, java.lang.String clusterUser, java.lang.String clusterPassword, Channel replicatingChannel, boolean activated, StorageManager storageManager)
           
BridgeImpl(UUID nodeUUID, SimpleString name, Queue queue, Pair<TransportConfiguration,TransportConfiguration> connectorPair, java.util.concurrent.Executor executor, SimpleString filterString, SimpleString forwardingAddress, java.util.concurrent.ScheduledExecutorService scheduledExecutor, Transformer transformer, long retryInterval, double retryIntervalMultiplier, int reconnectAttempts, boolean failoverOnServerShutdown, boolean useDuplicateDetection, SimpleString managementAddress, SimpleString managementNotificationAddress, java.lang.String clusterUser, java.lang.String clusterPassword, MessageFlowRecord flowRecord, Channel replicatingChannel, boolean activated, StorageManager storageManager, MessagingServer server)
           
Redistributor(Queue queue, StorageManager storageManager, PostOffice postOffice, java.util.concurrent.Executor executor, int batchSize, Channel replicatingChannel)
           
 

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

Methods in org.jboss.messaging.core.server.impl that return StorageManager
 StorageManager MessagingServerImpl.getStorageManager()
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type StorageManager
DivertImpl(SimpleString forwardAddress, SimpleString uniqueName, SimpleString routingName, boolean exclusive, Filter filter, Transformer transformer, PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager)
           
LastValueQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, boolean durable, boolean temporary, java.util.concurrent.ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository)
           
QueueFactoryImpl(java.util.concurrent.ScheduledExecutorService scheduledExecutor, HierarchicalRepository<AddressSettings> addressSettingsRepository, StorageManager storageManager)
           
QueueImpl(long persistenceID, SimpleString address, SimpleString name, Filter filter, boolean durable, boolean temporary, java.util.concurrent.ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository)
           
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)
           
ServerSessionImpl(java.lang.String name, long oppositeChannelID, java.lang.String username, java.lang.String password, int minLargeMessageSize, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean updateDeliveries, boolean xa, RemotingConnection remotingConnection, StorageManager storageManager, PostOffice postOffice, ResourceManager resourceManager, SecurityStore securityStore, java.util.concurrent.Executor executor, Channel channel, ManagementService managementService, QueueFactory queueFactory, MessagingServer server, SimpleString managementAddress, Channel replicatingChannel, boolean backup)
           
 

Uses of StorageManager in org.jboss.messaging.core.transaction.impl
 

Constructors in org.jboss.messaging.core.transaction.impl with parameters of type StorageManager
TransactionImpl(long id, javax.transaction.xa.Xid xid, StorageManager storageManager)
           
TransactionImpl(StorageManager storageManager)
           
TransactionImpl(javax.transaction.xa.Xid xid, StorageManager storageManager, PostOffice postOffice)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.