Uses of Class
fedora.server.journal.JournalWriter

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

Uses of JournalWriter in fedora.server.journal
 

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

Uses of JournalWriter in fedora.server.journal.entry
 

Methods in fedora.server.journal.entry with parameters of type JournalWriter
 java.lang.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.
 java.lang.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 fedora.server.journal.readerwriter.multicast
 

Subclasses of JournalWriter in fedora.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 fedora.server.journal.readerwriter.multifile
 

Subclasses of JournalWriter in fedora.server.journal.readerwriter.multifile
 class MultiFileJournalWriter
           Title: MultiFileJournalWriter.java
 

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

Subclasses of JournalWriter in fedora.server.journal.readerwriter.singlefile
 class SingleFileJournalWriter
           Title: SingleFileJournalWriter.java