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 SchedulerActiveMQConnection. getScheduler()protected SchedulerActiveMQSession. getScheduler() - 
Uses of Scheduler in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return Scheduler Modifier and Type Method Description SchedulerBroker. getScheduler()SchedulerBrokerFilter. getScheduler()SchedulerBrokerService. getScheduler()SchedulerEmptyBroker. getScheduler()SchedulerErrorBroker. 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 SchedulerBaseDestination. schedulerprotected SchedulerPrefetchSubscription. schedulerMethods in org.apache.activemq.broker.region that return Scheduler Modifier and Type Method Description SchedulerRegionBroker. 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 SchedulerAbortSlowConsumerStrategy. 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 SchedulerJournalPersistenceAdapter. scheduler 
 -