Uses of Class
fedora.server.journal.entry.ConsumerJournalEntry

Packages that use ConsumerJournalEntry
fedora.server.journal   
fedora.server.journal.readerwriter.multifile   
fedora.server.journal.readerwriter.singlefile   
fedora.server.journal.recoverylog   
 

Uses of ConsumerJournalEntry in fedora.server.journal
 

Methods in fedora.server.journal that return ConsumerJournalEntry
abstract  ConsumerJournalEntry JournalReader.readJournalEntry()
          Concrete sub-classes should insure that their XMLEventReader is positioned at the beginning of a JournalEntry, and call JournalReader.readJournalEntry(XMLEventReader).
protected  ConsumerJournalEntry JournalReader.readJournalEntry(javax.xml.stream.XMLEventReader reader)
          Read a JournalEntry from the journal, to produce a ConsumerJournalEntry instance.
 

Uses of ConsumerJournalEntry in fedora.server.journal.readerwriter.multifile
 

Methods in fedora.server.journal.readerwriter.multifile that return ConsumerJournalEntry
 ConsumerJournalEntry MultiFileJournalReader.readJournalEntry()
           
 

Uses of ConsumerJournalEntry in fedora.server.journal.readerwriter.singlefile
 

Methods in fedora.server.journal.readerwriter.singlefile that return ConsumerJournalEntry
 ConsumerJournalEntry SingleFileJournalReader.readJournalEntry()
          Advance past any white space, and then see whether we have any more JournalEntry tags.
 

Uses of ConsumerJournalEntry in fedora.server.journal.recoverylog
 

Methods in fedora.server.journal.recoverylog with parameters of type ConsumerJournalEntry
 void JournalRecoveryLog.log(ConsumerJournalEntry journalEntry)
          Format a journal entry for writing to the log.