Uses of Package
org.activemq.store.cache

Packages that use org.activemq.store.cache
org.activemq.io.util   
org.activemq.store.cache   
org.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
 

Classes in org.activemq.store.cache used by org.activemq.io.util
MessageCache
          Defines the interface used to cache messages.
 

Classes in org.activemq.store.cache used by org.activemq.store.cache
CacheMessageStore
          A MessageStore that uses an in memory cache to speed up getMessage() method calls.
CacheMessageStoreAware
          Other MessageStores that whish to be notified when they are being cached by a CacheMessageStore should implement the CacheMessageStoreAware interface.
CachePersistenceAdapter
          Implements a PersistenceAdapter designed to to speed up access to recently added messages by using a MessageCache .
MessageCache
          Defines the interface used to cache messages.
 

Classes in org.activemq.store.cache used by org.activemq.store.journal
CacheMessageStore
          A MessageStore that uses an in memory cache to speed up getMessage() method calls.
CacheMessageStoreAware
          Other MessageStores that whish to be notified when they are being cached by a CacheMessageStore should implement the CacheMessageStoreAware interface.
 



Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.