Uses of Interface
org.apache.activemq.broker.scheduler.JobSchedulerStore
Packages that use JobSchedulerStore
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
The Message Scheduler for delayed (or scheduled) message delivery
The APIs which need to be implemented for persistent message stores for durable messaging
VM based implementation of message persistence
-
Uses of JobSchedulerStore in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return JobSchedulerStoreMethods in org.apache.activemq.broker with parameters of type JobSchedulerStoreModifier and TypeMethodDescriptionvoidBrokerService.setJobSchedulerStore(JobSchedulerStore jobSchedulerStore) -
Uses of JobSchedulerStore in org.apache.activemq.broker.scheduler
Constructors in org.apache.activemq.broker.scheduler with parameters of type JobSchedulerStoreModifierConstructorDescriptionSchedulerBroker(BrokerService brokerService, Broker next, JobSchedulerStore store) -
Uses of JobSchedulerStore in org.apache.activemq.broker.scheduler.memory
Classes in org.apache.activemq.broker.scheduler.memory that implement JobSchedulerStoreModifier and TypeClassDescriptionclassAn in-memory JobSchedulerStore implementation used for Brokers that have persistence disabled or when the JobSchedulerStore usage doesn't require a file or DB based store implementation allowing for better performance. -
Uses of JobSchedulerStore in org.apache.activemq.store
Methods in org.apache.activemq.store that return JobSchedulerStoreModifier and TypeMethodDescriptionPersistenceAdapter.createJobSchedulerStore()Creates and returns a new Job Scheduler store instance. -
Uses of JobSchedulerStore in org.apache.activemq.store.memory
Methods in org.apache.activemq.store.memory that return JobSchedulerStore -
Uses of JobSchedulerStore in org.apache.activemq.usage
Methods in org.apache.activemq.usage that return JobSchedulerStoreMethods in org.apache.activemq.usage with parameters of type JobSchedulerStoreConstructors in org.apache.activemq.usage with parameters of type JobSchedulerStoreModifierConstructorDescriptionJobSchedulerUsage(String name, JobSchedulerStore store) SystemUsage(String name, PersistenceAdapter adapter, PListStore tempStore, JobSchedulerStore jobSchedulerStore)