Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
org.apache.activemq.store.kahadb.plist | |
org.apache.activemq.usage |
Modifier and Type | Method and Description |
---|---|
PListStore |
BrokerService.getTempDataStore() |
PListStore |
Broker.getTempDataStore() |
PListStore |
EmptyBroker.getTempDataStore() |
PListStore |
BrokerFilter.getTempDataStore() |
PListStore |
MutableBrokerFilter.getTempDataStore() |
PListStore |
ErrorBroker.getTempDataStore() |
Modifier and Type | Method and Description |
---|---|
void |
BrokerService.setTempDataStore(PListStore tempDataStore) |
Modifier and Type | Method and Description |
---|---|
PListStore |
RegionBroker.getTempDataStore() |
Modifier and Type | Class and Description |
---|---|
class |
PListStoreImpl |
Modifier and Type | Method and Description |
---|---|
PListStore |
TempUsage.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
TempUsage.setStore(PListStore store) |
Constructor and Description |
---|
SystemUsage(String name,
PersistenceAdapter adapter,
PListStore tempStore,
JobSchedulerStore jobSchedulerStore) |
TempUsage(String name,
PListStore store) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.