Uses of Interface
org.jboss.messaging.utils.ExecutorFactory

Packages that use ExecutorFactory
org.jboss.messaging.core.paging.impl   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.remoting.impl.invm   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.utils   
 

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

Constructors in org.jboss.messaging.core.paging.impl with parameters of type ExecutorFactory
PagingStoreFactoryNIO(java.lang.String directory, ExecutorFactory executorFactory)
           
 

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

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

Methods in org.jboss.messaging.core.remoting.impl.invm that return ExecutorFactory
 ExecutorFactory InVMAcceptor.getExecutorFactory()
           
 

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

Constructors in org.jboss.messaging.core.server.cluster.impl with parameters of type ExecutorFactory
ClusterConnectionImpl(SimpleString name, SimpleString address, long retryInterval, boolean useDuplicateDetection, boolean routeWhenNoConsumers, ExecutorFactory executorFactory, MessagingServer server, PostOffice postOffice, ManagementService managementService, java.util.concurrent.ScheduledExecutorService scheduledExecutor, DiscoveryGroup discoveryGroup, int maxHops, UUID nodeUUID, Channel replicatingChannel, boolean backup)
           
ClusterConnectionImpl(SimpleString name, SimpleString address, long retryInterval, boolean useDuplicateDetection, boolean routeWhenNoConsumers, ExecutorFactory executorFactory, MessagingServer server, PostOffice postOffice, ManagementService managementService, java.util.concurrent.ScheduledExecutorService scheduledExecutor, java.util.List<Pair<TransportConfiguration,TransportConfiguration>> connectors, int maxHops, UUID nodeUUID, Channel replicatingChannel, boolean backup)
           
ClusterManagerImpl(ExecutorFactory executorFactory, MessagingServer server, PostOffice postOffice, java.util.concurrent.ScheduledExecutorService scheduledExecutor, ManagementService managementService, Configuration configuration, UUID nodeUUID, Channel replicatingChannel, boolean backup)
           
 

Uses of ExecutorFactory in org.jboss.messaging.utils
 

Classes in org.jboss.messaging.utils that implement ExecutorFactory
 class OrderedExecutorFactory
          A factory for producing executors that run all tasks in order, which delegate to a single common executor instance.
 



Copyright © 2006 JBoss Inc. All Rights Reserved.