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

java.lang.Object
  extended by org.fcrepo.server.journal.readerwriter.multicast.request.TransportRequest
Direct Known Subclasses:
CloseFileRequest, OpenFileRequest, ShutdownRequest, WriteEntryRequest

public abstract class TransportRequest
extends Object

The base class for a request that can be sent to each Transport in turn.


Constructor Summary
TransportRequest()
           
 
Method Summary
abstract  void performRequest(Transport transport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportRequest

public TransportRequest()
Method Detail

performRequest

public abstract void performRequest(Transport transport)
                             throws JournalException
Throws:
JournalException


Copyright © 2012 DuraSpace. All Rights Reserved.