Uses of Class
fedora.server.journal.readerwriter.multicast.request.TransportRequest

Packages that use TransportRequest
fedora.server.journal.readerwriter.multicast.request   
 

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

Subclasses of TransportRequest in fedora.server.journal.readerwriter.multicast.request
 class CloseFileRequest
          TransportRequest that asks the Transports to close the current file.
 class OpenFileRequest
          TransportRequest that asks the Transports to open a new file, using the supplied filename and repository hash.
 class ShutdownRequest
          TransportRequest that asks the Transports to shut down.
 class WriteEntryRequest
          TransportRequest that writes a journalEntry to each Transport.