org.fcrepo.server.journal.readerwriter.multicast.request
Class WriteEntryRequest

java.lang.Object
  extended by org.fcrepo.server.journal.readerwriter.multicast.request.TransportRequest
      extended by org.fcrepo.server.journal.readerwriter.multicast.request.WriteEntryRequest

public class WriteEntryRequest
extends TransportRequest

TransportRequest that writes a journalEntry to each Transport.


Constructor Summary
WriteEntryRequest(MulticastJournalWriter journalWriter, CreatorJournalEntry journalEntry)
           
 
Method Summary
 void performRequest(Transport transport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteEntryRequest

public WriteEntryRequest(MulticastJournalWriter journalWriter,
                         CreatorJournalEntry journalEntry)
Method Detail

performRequest

public void performRequest(Transport transport)
                    throws JournalException
Specified by:
performRequest in class TransportRequest
Throws:
JournalException


Copyright © 2011 DuraSpace. All Rights Reserved.