Uses of Class
org.fcrepo.server.journal.JournalWriter

Packages that use JournalWriter
org.fcrepo.server.journal   
org.fcrepo.server.journal.entry   
org.fcrepo.server.journal.readerwriter.multicast   
org.fcrepo.server.journal.readerwriter.multifile   
org.fcrepo.server.journal.readerwriter.singlefile   
 

Uses of JournalWriter in org.fcrepo.server.journal
 

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

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

Methods in org.fcrepo.server.journal.entry with parameters of type JournalWriter
 Object CreatorJournalEntry.invokeAndClose(ManagementDelegate delegate, JournalWriter writer)
          A convenience method that invokes the management method and then closes the JournalEntry, thereby cleaning up any temp files.
 Object CreatorJournalEntry.invokeMethod(ManagementDelegate delegate, JournalWriter writer)
          Process the management method: Check the operating mode - if we are in Read-Only mode, this check will throw an exception. Prepare the writer in case we need to initialize a new file with a repository hash. Invoke the method on the ManagementDelegate. Write the full journal entry, including any context changes from the Management method. These operations occur within a synchronized block.
 

Uses of JournalWriter in org.fcrepo.server.journal.readerwriter.multicast
 

Subclasses of JournalWriter in org.fcrepo.server.journal.readerwriter.multicast
 class MulticastJournalWriter
          SYNCHRONIZATION NOTE: All public methods are synchronized against JournalWriter.SYNCHRONIZER, as is the closeFile method.
 

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

Subclasses of JournalWriter in org.fcrepo.server.journal.readerwriter.multifile
 class MultiFileJournalWriter
          An implementation of JournalWriter that writes a series of Journal files to a specified directory.
 

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

Subclasses of JournalWriter in org.fcrepo.server.journal.readerwriter.singlefile
 class SingleFileJournalWriter
          A rudimentary implementation of JournalWriter that just writes all entries to a single Journal file.
 



Copyright © 2011 DuraSpace. All Rights Reserved.