Uses of Interface
org.apache.activemq.broker.Lockable
-
Packages that use Lockable Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.scheduler -
-
Uses of Lockable in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement Lockable Modifier and Type Class Description class
LockableServiceSupport
Helper class for working with services that requires locking -
Uses of Lockable in org.apache.activemq.store
Classes in org.apache.activemq.store that implement Lockable Modifier and Type Class Description class
PersistenceAdapterFactoryBean
Creates a default persistence model using the Journal and JDBC -
Uses of Lockable in org.apache.activemq.store.jdbc
Classes in org.apache.activemq.store.jdbc that implement Lockable Modifier and Type Class Description class
DataSourceServiceSupport
A helper class which provides a factory method to create a default {@link DataSource) if one is not provided.class
JDBCPersistenceAdapter
APersistenceAdapter
implementation using JDBC for persistence storage. -
Uses of Lockable in org.apache.activemq.store.journal
Classes in org.apache.activemq.store.journal that implement Lockable Modifier and Type Class Description class
JournalPersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects. -
Uses of Lockable in org.apache.activemq.store.kahadb
Classes in org.apache.activemq.store.kahadb that implement Lockable Modifier and Type Class Description class
AbstractKahaDBStore
class
KahaDBPersistenceAdapter
An implementation ofPersistenceAdapter
designed for use with KahaDB - Embedded Lightweight Non-Relational Databaseclass
MultiKahaDBPersistenceAdapter
An implementation ofPersistenceAdapter
that supports distribution of destinations across multiple kahaDB persistence adapters -
Uses of Lockable in org.apache.activemq.store.kahadb.scheduler
Classes in org.apache.activemq.store.kahadb.scheduler that implement Lockable Modifier and Type Class Description class
JobSchedulerStoreImpl
-