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
|
org.apache.activemq.store.kahadb |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocker |
Modifier and Type | Method and Description |
---|---|
Locker |
Lockable.createDefaultLocker()
Create a default locker
|
Locker |
LockableServiceSupport.getLocker() |
Modifier and Type | Method and Description |
---|---|
void |
LockableServiceSupport.setLocker(Locker locker) |
void |
Lockable.setLocker(Locker locker)
Set locker to be used
|
Modifier and Type | Class and Description |
---|---|
class |
SharedFileLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
Modifier and Type | Method and Description |
---|---|
Locker |
AbstractKahaDBStore.createDefaultLocker() |
Locker |
MultiKahaDBPersistenceAdapter.createDefaultLocker() |
Locker |
KahaDBPersistenceAdapter.createDefaultLocker() |
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.