Uses of Package
org.apache.activemq.memory

Packages that use org.apache.activemq.memory
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.memory   
org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
org.apache.activemq.store.jdbc Message persistence implemented using JDBC 
org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.apache.activemq.store.kahadaptor kaha implementation of message persistence for the broker 
org.apache.activemq.store.memory VM based implementation of message persistence 
org.apache.activemq.store.rapid   
 

Classes in org.apache.activemq.memory used by org.apache.activemq.broker
UsageManager
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Classes in org.apache.activemq.memory used by org.apache.activemq.broker.jmx
UsageManager
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Classes in org.apache.activemq.memory used by org.apache.activemq.broker.region
UsageManager
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Classes in org.apache.activemq.memory used by org.apache.activemq.memory
Cache
          Defines the interface used to cache messages.
CacheEntry
           
CacheEntryList
          Maintains a simple linked list of CacheEntry objects.
CacheEvictor
           
CacheFilter
          Filters another Cache implementation.
UsageListener
           
UsageManager
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Classes in org.apache.activemq.memory used by org.apache.activemq.store
UsageManager
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Classes in org.apache.activemq.memory used by org.apache.activemq.store.jdbc
UsageManager
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Classes in org.apache.activemq.memory used by org.apache.activemq.store.journal
UsageListener
           
UsageManager
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Classes in org.apache.activemq.memory used by org.apache.activemq.store.kahadaptor
UsageManager
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Classes in org.apache.activemq.memory used by org.apache.activemq.store.memory
UsageManager
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 

Classes in org.apache.activemq.memory used by org.apache.activemq.store.rapid
UsageListener
           
UsageManager
          Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.