Uses of Interface
org.codehaus.activemq.journal.JournalEventListener

Packages that use JournalEventListener
org.codehaus.activemq.journal Provides the API for storing and accessing record based binary data in sequential log files. 
org.codehaus.activemq.journal.howl A Journal implemenation using using a high performance transaction log implemented using Howl 
org.codehaus.activemq.journal.impl A custom high performance Journal implemenation. 
org.codehaus.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
 

Uses of JournalEventListener in org.codehaus.activemq.journal
 

Methods in org.codehaus.activemq.journal with parameters of type JournalEventListener
 void JournalStatsFilter.setJournalEventListener(JournalEventListener eventListener)
           
 void Journal.setJournalEventListener(JournalEventListener listener)
          Registers a JournalEventListener that will receive notifications from the Journal.
 

Uses of JournalEventListener in org.codehaus.activemq.journal.howl
 

Methods in org.codehaus.activemq.journal.howl with parameters of type JournalEventListener
 void HowlJournal.setJournalEventListener(JournalEventListener eventListener)
           
 

Uses of JournalEventListener in org.codehaus.activemq.journal.impl
 

Methods in org.codehaus.activemq.journal.impl with parameters of type JournalEventListener
 void LogFileManager.setJournalEventListener(JournalEventListener eventListener)
           
 void JournalImpl.setJournalEventListener(JournalEventListener eventListener)
           
 

Uses of JournalEventListener in org.codehaus.activemq.store.journal
 

Classes in org.codehaus.activemq.store.journal that implement JournalEventListener
 class JournalPersistenceAdapter
          An implementation of PersistenceAdapter designed for use with a Journal and then checkpointing asynchronously on a timeout with some other long term persistent storage.
 



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