|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |