Uses of Interface
org.apache.activeio.journal.JournalEventListener
-
Packages that use JournalEventListener Package Description 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. -
-
Uses of JournalEventListener in org.apache.activeio.journal
Methods in org.apache.activeio.journal with parameters of type JournalEventListener Modifier and Type Method Description void
Journal. setJournalEventListener(JournalEventListener listener)
Registers aJournalEventListener
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 Modifier and Type Method Description void
JournalImpl. setJournalEventListener(JournalEventListener eventListener)
-