Uses of Interface
org.apache.activemq.memory.UsageListener

Packages that use UsageListener
org.apache.activemq.memory   
org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.apache.activemq.store.rapid   
 

Uses of UsageListener in org.apache.activemq.memory
 

Classes in org.apache.activemq.memory that implement UsageListener
 class CacheEvictionUsageListener
           
 

Methods in org.apache.activemq.memory with parameters of type UsageListener
 void UsageManager.addUsageListener(UsageListener listener)
           
 void UsageManager.removeUsageListener(UsageListener listener)
           
 

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.
 class QuickJournalPersistenceAdapter
          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.rapid
 

Classes in org.apache.activemq.store.rapid that implement UsageListener
 class RapidPersistenceAdapter
          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.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.