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

Packages that use RemoveAndGetFileMessage
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 RemoveAndGetFileMessage in dk.netarkivet.archive.arcrepository
 

Methods in dk.netarkivet.archive.arcrepository with parameters of type RemoveAndGetFileMessage
 void ArcRepository.removeAndGetFile(RemoveAndGetFileMessage msg)
          Forwards a RemoveAndGetFileMessage to the designated bitarchive.
 

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

Methods in dk.netarkivet.archive.arcrepository.distribute with parameters of type RemoveAndGetFileMessage
 void ArcRepositoryServer.visit(RemoveAndGetFileMessage msg)
          Request a file to be deleted from bitarchives.
 

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

Methods in dk.netarkivet.archive.bitarchive.distribute with parameters of type RemoveAndGetFileMessage
 void BitarchiveClient.sendRemoveAndGetFileMessage(RemoveAndGetFileMessage msg)
          Forward the message to ALL_BA.
 void BitarchiveServer.visit(RemoveAndGetFileMessage msg)
          Removes an arcfile from the bitarchive and returns the removed file as an remotefile.
 void BitarchiveMonitorServer.visit(RemoveAndGetFileMessage msg)
          This is the second step in correcting a bad entry.
 

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

Methods in dk.netarkivet.archive.checksum.distribute with parameters of type RemoveAndGetFileMessage
 void ChecksumClient.sendRemoveAndGetFileMessage(RemoveAndGetFileMessage msg)
          This method is intended to retrieve an arc-file from the archive.
 

Uses of RemoveAndGetFileMessage in dk.netarkivet.archive.distribute
 

Methods in dk.netarkivet.archive.distribute with parameters of type RemoveAndGetFileMessage
 void ReplicaClient.sendRemoveAndGetFileMessage(RemoveAndGetFileMessage msg)
          Message for deleting and retrieving a file from a archive.
 void ArchiveMessageVisitor.visit(RemoveAndGetFileMessage msg)
          This method should be overridden to handle the receipt of a message.
 void ArchiveMessageHandler.visit(RemoveAndGetFileMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.