Uses of Interface
org.jboss.messaging.core.transaction.ResourceManager

Packages that use ResourceManager
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.persistence   
org.jboss.messaging.core.persistence.impl.journal   
org.jboss.messaging.core.persistence.impl.nullpm   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
org.jboss.messaging.core.transaction.impl   
 

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

Methods in org.jboss.messaging.core.management with parameters of type ResourceManager
 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 ResourceManager in org.jboss.messaging.core.management.impl
 

Methods in org.jboss.messaging.core.management.impl with parameters of type ResourceManager
 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)
           
 

Constructors in org.jboss.messaging.core.management.impl with parameters of type ResourceManager
MessagingServerControlImpl(PostOffice postOffice, Configuration configuration, ResourceManager resourceManager, RemotingService remotingService, MessagingServer messagingServer, MessageCounterManager messageCounterManager, javax.management.NotificationBroadcasterSupport broadcaster)
           
 

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

Methods in org.jboss.messaging.core.persistence with parameters of type ResourceManager
 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 ResourceManager in org.jboss.messaging.core.persistence.impl.journal
 

Methods in org.jboss.messaging.core.persistence.impl.journal with parameters of type ResourceManager
 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 ResourceManager in org.jboss.messaging.core.persistence.impl.nullpm
 

Methods in org.jboss.messaging.core.persistence.impl.nullpm with parameters of type ResourceManager
 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 ResourceManager in org.jboss.messaging.core.server
 

Methods in org.jboss.messaging.core.server that return ResourceManager
 ResourceManager MessagingServer.getResourceManager()
           
 

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

Methods in org.jboss.messaging.core.server.impl that return ResourceManager
 ResourceManager MessagingServerImpl.getResourceManager()
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type ResourceManager
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 ResourceManager in org.jboss.messaging.core.transaction.impl
 

Classes in org.jboss.messaging.core.transaction.impl that implement ResourceManager
 class ResourceManagerImpl
          A ResourceManagerImpl
 



Copyright © 2006 JBoss Inc. All Rights Reserved.