Uses of Interface
org.apache.activeio.journal.JournalEventListener

Packages that use JournalEventListener
org.apache.activeio.journal Provides the API for storing and accessing record based binary data in sequential log files. 
org.apache.activeio.journal.active The Active Journal is a high performance Journal implemenation which does not place limits on how big the data being logged can be. 
org.apache.activeio.journal.howl A Journal implemenation using using a high performance transaction log implemented using Howl 
 

Uses of JournalEventListener in org.apache.activeio.journal
 

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

Uses of JournalEventListener in org.apache.activeio.journal.active
 

Methods in org.apache.activeio.journal.active with parameters of type JournalEventListener
 void JournalImpl.setJournalEventListener(JournalEventListener eventListener)
           
 

Uses of JournalEventListener in org.apache.activeio.journal.howl
 

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



Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.