org.activemq.store.cache
Interface CacheMessageStoreAware

All Known Implementing Classes:
CacheMessageStore, CacheTopicMessageStore, JournalMessageStore, JournalTopicMessageStore

public interface CacheMessageStoreAware

Other MessageStores that whish to be notified when they are being cached by a CacheMessageStore should implement the CacheMessageStoreAware interface.

Version:
$Revision: 1.1.1.1 $

Method Summary
 void setCacheMessageStore(CacheMessageStore store)
           
 

Method Detail

setCacheMessageStore

void setCacheMessageStore(CacheMessageStore store)


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