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

Packages that use CreatorJournalEntry
fedora.server.journal   
fedora.server.journal.readerwriter.multicast   
fedora.server.journal.readerwriter.multicast.request   
fedora.server.journal.readerwriter.multifile   
fedora.server.journal.readerwriter.singlefile   
 

Uses of CreatorJournalEntry in fedora.server.journal
 

Methods in fedora.server.journal with parameters of type CreatorJournalEntry
abstract  void JournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry)
          Concrete sub-classes should provide an XMLEventWriter, and call #writeJournalEntry(XMLEventWriter), after which, they should probably flush the XMLEventWriter.
protected  void JournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry, javax.xml.stream.XMLEventWriter writer)
          Format a JournalEntry object and write a JournalEntry tag to the journal.
 

Uses of CreatorJournalEntry in fedora.server.journal.readerwriter.multicast
 

Methods in fedora.server.journal.readerwriter.multicast with parameters of type CreatorJournalEntry
 void MulticastJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry)
           Write a journal entry.
 void MulticastJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry, javax.xml.stream.XMLEventWriter writer)
          make this public, so the TransportRequest class can call it.
 

Uses of CreatorJournalEntry in fedora.server.journal.readerwriter.multicast.request
 

Constructors in fedora.server.journal.readerwriter.multicast.request with parameters of type CreatorJournalEntry
WriteEntryRequest(MulticastJournalWriter journalWriter, CreatorJournalEntry journalEntry)
           
 

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

Methods in fedora.server.journal.readerwriter.multifile with parameters of type CreatorJournalEntry
 void MultiFileJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry)
          We've prepared for the entry, so just write it, but remember to synchronize on the file, so we don't get an asynchronous close while we're writing.
 

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

Methods in fedora.server.journal.readerwriter.singlefile with parameters of type CreatorJournalEntry
 void SingleFileJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry)
          Every journal entry just gets added to the file.