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.removeAndGetFile(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.
 

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

Methods in dk.netarkivet.archive.checksum.distribute with parameters of type RemoveAndGetFileMessage
 void ChecksumClient.removeAndGetFile(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.removeAndGetFile(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.