Uses of Class
org.fcrepo.server.journal.entry.ConsumerJournalEntry

Packages that use ConsumerJournalEntry
org.fcrepo.server.journal   
org.fcrepo.server.journal.readerwriter.multifile   
org.fcrepo.server.journal.readerwriter.singlefile   
org.fcrepo.server.journal.recoverylog   
 

Uses of ConsumerJournalEntry in org.fcrepo.server.journal
 

Methods in org.fcrepo.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(XMLEventReader reader)
          Read a JournalEntry from the journal, to produce a ConsumerJournalEntry instance.
 

Uses of ConsumerJournalEntry in org.fcrepo.server.journal.readerwriter.multifile
 

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

Uses of ConsumerJournalEntry in org.fcrepo.server.journal.readerwriter.singlefile
 

Methods in org.fcrepo.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 org.fcrepo.server.journal.recoverylog
 

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



Copyright © 2011 DuraSpace. All Rights Reserved.