Uses of Interface
org.apache.activemq.broker.Locker

Packages that use Locker
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
 class AbstractLocker
           
 

Methods in org.apache.activemq.broker that return Locker
 Locker Lockable.createDefaultLocker()
          Create a default locker
 Locker LockableServiceSupport.getLocker()
           
 

Methods in org.apache.activemq.broker with parameters of type Locker
 void LockableServiceSupport.setLocker(Locker locker)
           
 void Lockable.setLocker(Locker locker)
          Set locker to be used
 

Uses of Locker in org.apache.activemq.store
 

Classes in org.apache.activemq.store that implement Locker
 class SharedFileLocker
          Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.