Uses of Interface
org.jboss.messaging.core.server.QueueFactory

Packages that use QueueFactory
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
 

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

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

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

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

Methods in org.jboss.messaging.core.server that return QueueFactory
 QueueFactory MessagingServer.getQueueFactory()
           
 

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

Classes in org.jboss.messaging.core.server.impl that implement QueueFactory
 class QueueFactoryImpl
          A QueueFactoryImpl
 

Methods in org.jboss.messaging.core.server.impl that return QueueFactory
 QueueFactory MessagingServerImpl.getQueueFactory()
           
 

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



Copyright © 2006 JBoss Inc. All Rights Reserved.