Uses of Interface
org.apache.activemq.store.IndexListener
-
Packages that use IndexListener Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging -
-
Uses of IndexListener in org.apache.activemq.broker.region
Classes in org.apache.activemq.broker.region that implement IndexListener Modifier and Type Class Description classQueueThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.classTempQueueThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions. -
Uses of IndexListener in org.apache.activemq.store
Fields in org.apache.activemq.store declared as IndexListener Modifier and Type Field Description protected IndexListenerAbstractMessageStore. indexListenerMethods in org.apache.activemq.store that return IndexListener Modifier and Type Method Description IndexListenerAbstractMessageStore. getIndexListener()Methods in org.apache.activemq.store with parameters of type IndexListener Modifier and Type Method Description voidAbstractMessageStore. registerIndexListener(IndexListener indexListener)voidMessageStore. registerIndexListener(IndexListener indexListener)voidProxyMessageStore. registerIndexListener(IndexListener indexListener)voidProxyTopicMessageStore. registerIndexListener(IndexListener indexListener)
-