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 messaging -
-
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.
-