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