|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JournalEventListener | |
org.activeio.journal | Provides the API for storing and accessing record based binary data in sequential log files. |
org.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.activeio.journal.howl | A Journal implemenation using using a high performance transaction log implemented using Howl |
Uses of JournalEventListener in org.activeio.journal |
Methods in org.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.activeio.journal.active |
Methods in org.activeio.journal.active with parameters of type JournalEventListener | |
void |
JournalImpl.setJournalEventListener(JournalEventListener eventListener)
|
Uses of JournalEventListener in org.activeio.journal.howl |
Methods in org.activeio.journal.howl with parameters of type JournalEventListener | |
void |
HowlJournal.setJournalEventListener(JournalEventListener eventListener)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |