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

Packages that use BatchReplyMessage
dk.netarkivet.archive.arcrepository   
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.distribute   
 

Uses of BatchReplyMessage in dk.netarkivet.archive.arcrepository
 

Methods in dk.netarkivet.archive.arcrepository with parameters of type BatchReplyMessage
 void ArcRepository.onBatchReply(BatchReplyMessage msg)
          Called when we receive replies on our checksum batch jobs.
 

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

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

Uses of BatchReplyMessage in dk.netarkivet.archive.distribute
 

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