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 |
The APIs which need to be implemented for persistent message stores for durable messaging
|
org.apache.activemq.store.amq |
The default Store implementation for ActiveMQ
|
org.apache.activemq.store.jdbc |
Message persistence implemented using JDBC
|
org.apache.activemq.store.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
org.apache.activemq.store.kahadaptor |
kaha implementation of message persistence for the broker
|
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.memory |
VM based implementation of message persistence
|
org.apache.activemq.usage | |
org.apache.activemq.util |
Some utility classes
|
Modifier and Type | Method and Description |
---|---|
protected PersistenceAdapter |
BrokerService.createPersistenceAdapter() |
PersistenceAdapter |
BrokerService.getPersistenceAdapter() |
protected PersistenceAdapter |
BrokerService.registerPersistenceAdapterMBean(PersistenceAdapter adaptor) |
Modifier and Type | Method and Description |
---|---|
protected PersistenceAdapter |
BrokerService.registerPersistenceAdapterMBean(PersistenceAdapter adaptor) |
void |
BrokerService.setPersistenceAdapter(PersistenceAdapter persistenceAdapter)
Sets the persistence adaptor implementation to use for this broker
|
protected void |
BrokerService.unregisterPersistenceAdapterMBean(PersistenceAdapter adaptor) |
Modifier and Type | Field and Description |
---|---|
protected PersistenceAdapter |
DestinationFactoryImpl.persistenceAdapter |
Modifier and Type | Method and Description |
---|---|
PersistenceAdapter |
DestinationFactoryImpl.getPersistenceAdapter() |
Constructor and Description |
---|
DestinationFactoryImpl(BrokerService brokerService,
TaskRunnerFactory taskRunnerFactory,
PersistenceAdapter persistenceAdapter) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReferenceStoreAdapter
Adapter to the actual persistence mechanism used with ActiveMQ
|
Modifier and Type | Method and Description |
---|---|
PersistenceAdapter |
PersistenceAdapterFactory.createPersistenceAdapter()
Creates a persistence Adapter that can use a given directory to store it's data.
|
Modifier and Type | Class and Description |
---|---|
class |
AMQPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with a
Journal and then check pointing asynchronously on a timeout with some
other long term persistent storage. |
Modifier and Type | Method and Description |
---|---|
PersistenceAdapter |
AMQPersistenceAdapterFactory.createPersistenceAdapter() |
Modifier and Type | Class and Description |
---|---|
class |
JDBCPersistenceAdapter
A
PersistenceAdapter implementation using JDBC for persistence
storage. |
Modifier and Type | Class and Description |
---|---|
class |
JournalPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with a
Journal and then check pointing asynchronously on a timeout with some
other long term persistent storage. |
Modifier and Type | Method and Description |
---|---|
PersistenceAdapter |
JournalPersistenceAdapterFactory.createPersistenceAdapter() |
PersistenceAdapter |
JournalPersistenceAdapter.getLongTermPersistence() |
Modifier and Type | Method and Description |
---|---|
void |
JournalPersistenceAdapter.setPersistenceAdapter(PersistenceAdapter longTermPersistence) |
Constructor and Description |
---|
JournalPersistenceAdapter(org.apache.activeio.journal.Journal journal,
PersistenceAdapter longTermPersistence,
TaskRunnerFactory taskRunnerFactory) |
Modifier and Type | Class and Description |
---|---|
class |
KahaPersistenceAdapter |
class |
KahaReferenceStoreAdapter |
Modifier and Type | Class and Description |
---|---|
class |
KahaDBPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with a
Journal and then check pointing asynchronously on a timeout with some
other long term persistent storage. |
class |
KahaDBStore |
class |
TempKahaDBStore |
Modifier and Type | Class and Description |
---|---|
class |
MemoryPersistenceAdapter |
Constructor and Description |
---|
MemoryTransactionStore(PersistenceAdapter persistenceAdapter) |
Modifier and Type | Method and Description |
---|---|
PersistenceAdapter |
StoreUsage.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
StoreUsage.setStore(PersistenceAdapter store) |
Constructor and Description |
---|
StoreUsage(java.lang.String name,
PersistenceAdapter store) |
SystemUsage(java.lang.String name,
PersistenceAdapter adapter,
PListStore tempStore) |
Modifier and Type | Method and Description |
---|---|
PersistenceAdapter |
TransactionTemplate.getPersistenceAdapter() |
Constructor and Description |
---|
TransactionTemplate(PersistenceAdapter persistenceAdapter,
ConnectionContext context) |
Copyright © 2005-2012. All Rights Reserved.