|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
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,
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |