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 class
AbstractLocker
Methods in org.apache.activemq.broker that return Locker Modifier and Type Method Description Locker
Lockable. createDefaultLocker()
Create a default lockerLocker
LockableServiceSupport. getLocker()
Methods in org.apache.activemq.broker with parameters of type Locker Modifier and Type Method Description void
Lockable. setLocker(Locker locker)
Set locker to be usedvoid
LockableServiceSupport. 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 class
SharedFileLocker
Represents 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 class
AbstractJDBCLocker
class
DefaultDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database.class
LeaseDatabaseLocker
Represents 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 Locker
JDBCPersistenceAdapter. createDefaultLocker()
Locker
JDBCPersistenceAdapter. 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 void
JDBCPersistenceAdapter. 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 class
TransactDatabaseLocker
Represents 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 Locker
JournalPersistenceAdapterFactory. 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 Locker
AbstractKahaDBStore. createDefaultLocker()
Locker
KahaDBPersistenceAdapter. createDefaultLocker()
Locker
MultiKahaDBPersistenceAdapter. createDefaultLocker()
-