Uses of Class
org.fcrepo.server.journal.recoverylog.JournalRecoveryLog

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

Uses of JournalRecoveryLog in org.fcrepo.server.journal
 

Fields in org.fcrepo.server.journal declared as JournalRecoveryLog
protected  JournalRecoveryLog JournalReader.recoveryLog
           
 

Methods in org.fcrepo.server.journal with parameters of type JournalRecoveryLog
static JournalReader JournalReader.getInstance(Map<String,String> parameters, String role, JournalRecoveryLog recoveryLog, ServerInterface server)
          Create an instance of the proper JournalReader child class, as determined by the server parameters.
 

Constructors in org.fcrepo.server.journal with parameters of type JournalRecoveryLog
JournalConsumerThread(Map<String,String> parameters, String role, ServerInterface server, JournalReader reader, JournalRecoveryLog recoveryLog)
          Store references to all of this stuff, but we can't start work without a ManagementDelegate is provided, and we won't get that until the post-initialization stage.
JournalReader(Map<String,String> parameters, String role, JournalRecoveryLog recoveryLog, ServerInterface server)
          Concrete sub-classes must implement this constructor.
 

Uses of JournalRecoveryLog in org.fcrepo.server.journal.entry
 

Methods in org.fcrepo.server.journal.entry with parameters of type JournalRecoveryLog
 void ConsumerJournalEntry.invokeMethod(ManagementDelegate delegate, JournalRecoveryLog recoveryLog)
           
 

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

Constructors in org.fcrepo.server.journal.readerwriter.multifile with parameters of type JournalRecoveryLog
LockingFollowingJournalReader(Map<String,String> parameters, String role, JournalRecoveryLog recoveryLog, ServerInterface server)
          Require parameters for polling interval, lock request filename and lock acceptance filename.
MultiFileFollowingJournalReader(Map<String,String> parameters, String role, JournalRecoveryLog recoveryLog, ServerInterface server)
          Do the super-class constructor, and then find the polling interval.
MultiFileJournalReader(Map<String,String> parameters, String role, JournalRecoveryLog recoveryLog, ServerInterface server)
           
 

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

Constructors in org.fcrepo.server.journal.readerwriter.singlefile with parameters of type JournalRecoveryLog
SingleFileJournalReader(Map<String,String> parameters, String role, JournalRecoveryLog recoveryLog, ServerInterface server)
          Get the name of the journal file from the server parameters, wrap it in an XMLEventReader, and advance past the document header to the first JournalEntry.
 

Uses of JournalRecoveryLog in org.fcrepo.server.journal.recoverylog
 

Subclasses of JournalRecoveryLog in org.fcrepo.server.journal.recoverylog
 class BufferedJournalRecoveryLog
          A simple implementation of JournalRecoveryLog that keeps the entire log in a StringBuffer, and writes it to a file on shutdown().
 class RenamingJournalRecoveryLog
          A production-oriented implementation of JournalRecoveryLog.
 class UnbufferedJournalRecoveryLog
          A basic implementation of RecoveryLog.
 

Methods in org.fcrepo.server.journal.recoverylog that return JournalRecoveryLog
static JournalRecoveryLog JournalRecoveryLog.getInstance(Map<String,String> parameters, String role, ServerInterface server)
          Create an instance of the proper JournalRecoveryLog child class, as determined by the server parameters.
 



Copyright © 2011 DuraSpace. All Rights Reserved.