|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceStore | |
---|---|
org.apache.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
org.apache.activemq.store.amq | The default Store implementation for ActiveMQ |
org.apache.activemq.store.kahadaptor | kaha implementation of message persistence for the broker |
Uses of ReferenceStore in org.apache.activemq.store |
---|
Subinterfaces of ReferenceStore in org.apache.activemq.store | |
---|---|
interface |
TopicReferenceStore
A MessageStore for durable topic subscriptions |
Methods in org.apache.activemq.store that return ReferenceStore | |
---|---|
ReferenceStore |
ReferenceStoreAdapter.createQueueReferenceStore(ActiveMQQueue destination)
Factory method to create a new queue message store with the given destination name |
Uses of ReferenceStore in org.apache.activemq.store.amq |
---|
Fields in org.apache.activemq.store.amq declared as ReferenceStore | |
---|---|
protected ReferenceStore |
AMQMessageStore.referenceStore
|
Methods in org.apache.activemq.store.amq that return ReferenceStore | |
---|---|
ReferenceStore |
AMQMessageStore.getReferenceStore()
|
Constructors in org.apache.activemq.store.amq with parameters of type ReferenceStore | |
---|---|
AMQMessageStore(AMQPersistenceAdapter adapter,
ReferenceStore referenceStore,
ActiveMQDestination destination)
|
Uses of ReferenceStore in org.apache.activemq.store.kahadaptor |
---|
Classes in org.apache.activemq.store.kahadaptor that implement ReferenceStore | |
---|---|
class |
KahaReferenceStore
|
class |
KahaTopicReferenceStore
|
Methods in org.apache.activemq.store.kahadaptor that return ReferenceStore | |
---|---|
ReferenceStore |
KahaReferenceStoreAdapter.createQueueReferenceStore(ActiveMQQueue destination)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |