Uses of Class
dk.netarkivet.archive.bitarchive.distribute.UploadMessage

Packages that use UploadMessage
dk.netarkivet.archive.arcrepository   
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.archive.checksum.distribute   
dk.netarkivet.archive.distribute   
 

Uses of UploadMessage in dk.netarkivet.archive.arcrepository
 

Methods in dk.netarkivet.archive.arcrepository with parameters of type UploadMessage
 void ArcRepository.onUpload(UploadMessage msg)
          Event handler for upload messages reporting the upload result.
 

Uses of UploadMessage in dk.netarkivet.archive.arcrepository.distribute
 

Methods in dk.netarkivet.archive.arcrepository.distribute with parameters of type UploadMessage
 void ArcRepositoryServer.visit(UploadMessage msg)
          Forwards the handling of upload replies to the arc repository.
 

Uses of UploadMessage in dk.netarkivet.archive.bitarchive.distribute
 

Methods in dk.netarkivet.archive.bitarchive.distribute with parameters of type UploadMessage
 void BitarchiveMonitorServer.visit(UploadMessage msg)
          This is the third step in correcting a bad entry.
 void BitarchiveServer.visit(UploadMessage msg)
          Process a upload request and send the result back to the client.
 

Uses of UploadMessage in dk.netarkivet.archive.checksum.distribute
 

Methods in dk.netarkivet.archive.checksum.distribute with parameters of type UploadMessage
 void ChecksumFileServer.visit(UploadMessage msg)
          The method for uploading arc files.
abstract  void ChecksumArchiveServer.visit(UploadMessage msg)
          Requiring all inheritors of this interface to handle the UploadMessage.
 

Uses of UploadMessage in dk.netarkivet.archive.distribute
 

Methods in dk.netarkivet.archive.distribute with parameters of type UploadMessage
 void ArchiveMessageHandler.visit(UploadMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageVisitor.visit(UploadMessage msg)
          This method should be overridden to handle the receipt of a message.