Package | Description |
---|---|
org.apache.activemq.broker.jmx |
JMX MBeans for the broker and its core 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.kahadb.scheduler |
Constructor and Description |
---|
JobSchedulerView(JobScheduler jobScheduler)
Creates a new instance of the JobScheduler management MBean.
|
Modifier and Type | Class and Description |
---|---|
class |
JobSchedulerFacade
A wrapper for instances of the JobScheduler interface that ensures that methods
provides safe and sane return values and can deal with null values being passed
in etc.
|
Modifier and Type | Method and Description |
---|---|
protected JobScheduler |
SchedulerBroker.getInternalScheduler() |
JobScheduler |
SchedulerBroker.getJobScheduler() |
JobScheduler |
JobSchedulerStore.getJobScheduler(String name)
Returns the JobScheduler instance identified by the given name.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryJobScheduler
Implements an in-memory JobScheduler instance.
|
Modifier and Type | Method and Description |
---|---|
JobScheduler |
InMemoryJobSchedulerStore.getJobScheduler(String name) |
Modifier and Type | Class and Description |
---|---|
class |
JobSchedulerImpl |
Modifier and Type | Method and Description |
---|---|
JobScheduler |
JobSchedulerStoreImpl.getJobScheduler(String name) |
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.