Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.scheduler |
The Message Scheduler for delayed (or scheduled) message delivery
|
org.apache.activemq.broker.scheduler.memory | |
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.kahadb.scheduler | |
org.apache.activemq.store.memory |
VM based implementation of message persistence
|
org.apache.activemq.usage |
Modifier and Type | Method and Description |
---|---|
JobSchedulerStore |
BrokerService.getJobSchedulerStore() |
Modifier and Type | Method and Description |
---|---|
void |
BrokerService.setJobSchedulerStore(JobSchedulerStore jobSchedulerStore) |
Constructor and Description |
---|
SchedulerBroker(BrokerService brokerService,
Broker next,
JobSchedulerStore store) |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryJobSchedulerStore
An 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.
|
Modifier and Type | Method and Description |
---|---|
JobSchedulerStore |
PersistenceAdapter.createJobSchedulerStore()
Creates and returns a new Job Scheduler store instance.
|
Modifier and Type | Method and Description |
---|---|
JobSchedulerStore |
KahaDBStore.createJobSchedulerStore() |
JobSchedulerStore |
TempKahaDBStore.createJobSchedulerStore() |
JobSchedulerStore |
KahaDBPersistenceAdapter.createJobSchedulerStore() |
JobSchedulerStore |
MultiKahaDBPersistenceAdapter.createJobSchedulerStore() |
Modifier and Type | Class and Description |
---|---|
class |
JobSchedulerStoreImpl |
Modifier and Type | Method and Description |
---|---|
JobSchedulerStore |
MemoryPersistenceAdapter.createJobSchedulerStore() |
Modifier and Type | Method and Description |
---|---|
JobSchedulerStore |
JobSchedulerUsage.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
JobSchedulerUsage.setStore(JobSchedulerStore store) |
Constructor and Description |
---|
JobSchedulerUsage(String name,
JobSchedulerStore store) |
SystemUsage(String name,
PersistenceAdapter adapter,
PListStore tempStore,
JobSchedulerStore jobSchedulerStore) |
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.