|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CreatorJournalEntry in org.fcrepo.server.journal |
|---|
| Methods in org.fcrepo.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,
XMLEventWriter writer)
Format a JournalEntry object and write a JournalEntry tag to the journal. |
| Uses of CreatorJournalEntry in org.fcrepo.server.journal.readerwriter.multicast |
|---|
| Methods in org.fcrepo.server.journal.readerwriter.multicast with parameters of type CreatorJournalEntry | |
|---|---|
void |
MulticastJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry)
Write a journal entry. |
void |
MulticastJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry,
XMLEventWriter writer)
make this public, so the TransportRequest class can call it. |
| Uses of CreatorJournalEntry in org.fcrepo.server.journal.readerwriter.multicast.request |
|---|
| Constructors in org.fcrepo.server.journal.readerwriter.multicast.request with parameters of type CreatorJournalEntry | |
|---|---|
WriteEntryRequest(MulticastJournalWriter journalWriter,
CreatorJournalEntry journalEntry)
|
|
| Uses of CreatorJournalEntry in org.fcrepo.server.journal.readerwriter.multifile |
|---|
| Methods in org.fcrepo.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 org.fcrepo.server.journal.readerwriter.singlefile |
|---|
| Methods in org.fcrepo.server.journal.readerwriter.singlefile with parameters of type CreatorJournalEntry | |
|---|---|
void |
SingleFileJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry)
Every journal entry just gets added to the file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||