Uses of Class
org.apache.activemq.thread.Scheduler
-
Packages that use Scheduler Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard.org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. -
-
Uses of Scheduler in org.apache.activemq
Methods in org.apache.activemq that return Scheduler Modifier and Type Method Description protected Scheduler
ActiveMQConnection. getScheduler()
protected Scheduler
ActiveMQSession. getScheduler()
-
Uses of Scheduler in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return Scheduler Modifier and Type Method Description Scheduler
Broker. getScheduler()
Scheduler
BrokerFilter. getScheduler()
Scheduler
BrokerService. getScheduler()
Scheduler
EmptyBroker. getScheduler()
Scheduler
ErrorBroker. getScheduler()
-
Uses of Scheduler in org.apache.activemq.broker.jmx
Constructors in org.apache.activemq.broker.jmx with parameters of type Scheduler Constructor Description ManagedRegionBroker(BrokerService brokerService, ManagementContext context, ObjectName brokerObjectName, TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, Scheduler scheduler, ThreadPoolExecutor executor)
-
Uses of Scheduler in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as Scheduler Modifier and Type Field Description protected Scheduler
BaseDestination. scheduler
protected Scheduler
PrefetchSubscription. scheduler
Methods in org.apache.activemq.broker.region that return Scheduler Modifier and Type Method Description Scheduler
RegionBroker. getScheduler()
Constructors in org.apache.activemq.broker.region with parameters of type Scheduler Constructor Description RegionBroker(BrokerService brokerService, TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, Scheduler scheduler, ThreadPoolExecutor executor)
-
Uses of Scheduler in org.apache.activemq.broker.region.policy
Fields in org.apache.activemq.broker.region.policy declared as Scheduler Modifier and Type Field Description protected Scheduler
AbortSlowConsumerStrategy. scheduler
-
Uses of Scheduler in org.apache.activemq.store.journal
Fields in org.apache.activemq.store.journal declared as Scheduler Modifier and Type Field Description protected Scheduler
JournalPersistenceAdapter. scheduler
-