Uses of Class
org.apache.activemq.broker.LockableServiceSupport
-
Packages that use LockableServiceSupport 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 LockableServiceSupport in org.apache.activemq.broker
Fields in org.apache.activemq.broker declared as LockableServiceSupport Modifier and Type Field Description protected LockableServiceSupportAbstractLocker. lockableMethods in org.apache.activemq.broker with parameters of type LockableServiceSupport Modifier and Type Method Description voidAbstractLocker. setLockable(LockableServiceSupport lockableServiceSupport)voidLocker. setLockable(LockableServiceSupport lockable)A reference to what is locked -
Uses of LockableServiceSupport in org.apache.activemq.store
Subclasses of LockableServiceSupport in org.apache.activemq.store Modifier and Type Class Description classPersistenceAdapterFactoryBeanCreates a default persistence model using the Journal and JDBC -
Uses of LockableServiceSupport in org.apache.activemq.store.jdbc
Subclasses of LockableServiceSupport in org.apache.activemq.store.jdbc Modifier and Type Class Description classDataSourceServiceSupportA helper class which provides a factory method to create a default {@link DataSource) if one is not provided.classJDBCPersistenceAdapterAPersistenceAdapterimplementation using JDBC for persistence storage. -
Uses of LockableServiceSupport in org.apache.activemq.store.journal
Subclasses of LockableServiceSupport in org.apache.activemq.store.journal Modifier and Type Class Description classJournalPersistenceAdapterFactoryFactory class that can create PersistenceAdapter objects. -
Uses of LockableServiceSupport in org.apache.activemq.store.kahadb
Subclasses of LockableServiceSupport in org.apache.activemq.store.kahadb Modifier and Type Class Description classAbstractKahaDBStoreclassKahaDBPersistenceAdapterAn implementation ofPersistenceAdapterdesigned for use with KahaDB - Embedded Lightweight Non-Relational DatabaseclassMultiKahaDBPersistenceAdapterAn implementation ofPersistenceAdapterthat supports distribution of destinations across multiple kahaDB persistence adapters -
Uses of LockableServiceSupport in org.apache.activemq.store.kahadb.scheduler
Subclasses of LockableServiceSupport in org.apache.activemq.store.kahadb.scheduler Modifier and Type Class Description classJobSchedulerStoreImpl
-