|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsageListener | |
---|---|
org.apache.activemq.broker.region | Region abstraction and implementations in the Broker. |
org.apache.activemq.broker.region.cursors | Cursors used to page persistent messages into the broker from the store |
org.apache.activemq.memory | |
org.apache.activemq.store.amq | The default Store implementation for ActiveMQ |
org.apache.activemq.store.journal | Message persistence using a high performance transaction log via the Journal interface. |
org.apache.activemq.usage |
Uses of UsageListener in org.apache.activemq.broker.region |
---|
Classes in org.apache.activemq.broker.region that implement UsageListener | |
---|---|
class |
DurableTopicSubscription
|
class |
Queue
The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions. |
class |
TempQueue
The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions. |
Uses of UsageListener in org.apache.activemq.broker.region.cursors |
---|
Classes in org.apache.activemq.broker.region.cursors that implement UsageListener | |
---|---|
class |
FilePendingMessageCursor
persist pending messages pending message (messages awaiting dispatch to a consumer) cursor |
Uses of UsageListener in org.apache.activemq.memory |
---|
Classes in org.apache.activemq.memory that implement UsageListener | |
---|---|
class |
CacheEvictionUsageListener
|
Uses of UsageListener in org.apache.activemq.store.amq |
---|
Classes in org.apache.activemq.store.amq that implement UsageListener | |
---|---|
class |
AMQPersistenceAdapter
An implementation of PersistenceAdapter designed for use with a
Journal and then check pointing asynchronously on a timeout with some
other long term persistent storage. |
Uses of UsageListener in org.apache.activemq.store.journal |
---|
Classes in org.apache.activemq.store.journal that implement UsageListener | |
---|---|
class |
JournalPersistenceAdapter
An implementation of PersistenceAdapter designed for use with a
Journal and then check pointing asynchronously on a timeout with some
other long term persistent storage. |
Uses of UsageListener in org.apache.activemq.usage |
---|
Methods in org.apache.activemq.usage with parameters of type UsageListener | |
---|---|
void |
Usage.addUsageListener(UsageListener listener)
|
void |
Usage.removeUsageListener(UsageListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |