|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicSubAck | |
---|---|
org.apache.activemq.store.kahadaptor | kaha implementation of message persistence for the broker |
Uses of TopicSubAck in org.apache.activemq.store.kahadaptor |
---|
Fields in org.apache.activemq.store.kahadaptor with type parameters of type TopicSubAck | |
---|---|
protected ListContainer<TopicSubAck> |
KahaTopicMessageStore.ackContainer
|
protected ListContainer<TopicSubAck> |
KahaTopicReferenceStore.ackContainer
|
Methods in org.apache.activemq.store.kahadaptor that return types with arguments of type TopicSubAck | |
---|---|
protected ListContainer<TopicSubAck> |
KahaPersistenceAdapter.getListContainer(java.lang.Object id,
java.lang.String containerName)
|
Constructor parameters in org.apache.activemq.store.kahadaptor with type arguments of type TopicSubAck | |
---|---|
KahaTopicMessageStore(Store store,
MapContainer<MessageId,Message> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<java.lang.String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination)
|
|
KahaTopicReferenceStore(Store store,
KahaReferenceStoreAdapter adapter,
MapContainer<MessageId,ReferenceRecord> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<java.lang.String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |