Uses of Interface
org.apache.activemq.broker.Locker
-
Packages that use Locker 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.jdbc.adapter Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers.org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.org.apache.activemq.store.kahadb -
-
Uses of Locker in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement Locker Modifier and Type Class Description classAbstractLockerMethods in org.apache.activemq.broker that return Locker Modifier and Type Method Description LockerLockable. createDefaultLocker()Create a default lockerLockerLockableServiceSupport. getLocker()Methods in org.apache.activemq.broker with parameters of type Locker Modifier and Type Method Description voidLockable. setLocker(Locker locker)Set locker to be usedvoidLockableServiceSupport. setLocker(Locker locker) -
Uses of Locker in org.apache.activemq.store
Classes in org.apache.activemq.store that implement Locker Modifier and Type Class Description classSharedFileLockerRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database. -
Uses of Locker in org.apache.activemq.store.jdbc
Classes in org.apache.activemq.store.jdbc that implement Locker Modifier and Type Class Description classAbstractJDBCLockerclassDefaultDatabaseLockerRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database.classLeaseDatabaseLockerRepresents an exclusive lease on a database to avoid multiple brokers running against the same logical database.Methods in org.apache.activemq.store.jdbc that return Locker Modifier and Type Method Description LockerJDBCPersistenceAdapter. createDefaultLocker()LockerJDBCPersistenceAdapter. getDatabaseLocker()Deprecated.as of 5.7.0, replaced byLockableServiceSupport.getLocker()Methods in org.apache.activemq.store.jdbc with parameters of type Locker Modifier and Type Method Description voidJDBCPersistenceAdapter. setDatabaseLocker(Locker locker)Deprecated.as of 5.7.0, replaced byLockableServiceSupport.setLocker(org.apache.activemq.broker.Locker) -
Uses of Locker in org.apache.activemq.store.jdbc.adapter
Classes in org.apache.activemq.store.jdbc.adapter that implement Locker Modifier and Type Class Description classTransactDatabaseLockerRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database. -
Uses of Locker in org.apache.activemq.store.journal
Methods in org.apache.activemq.store.journal that return Locker Modifier and Type Method Description LockerJournalPersistenceAdapterFactory. createDefaultLocker() -
Uses of Locker in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb that return Locker Modifier and Type Method Description LockerAbstractKahaDBStore. createDefaultLocker()LockerKahaDBPersistenceAdapter. createDefaultLocker()LockerMultiKahaDBPersistenceAdapter. createDefaultLocker()
-