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

Packages that use GetFileMessage
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.archive.distribute   
 

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

Methods in dk.netarkivet.archive.arcrepository.distribute with parameters of type GetFileMessage
 void ArcRepositoryServer.visit(GetFileMessage msg)
          Forwards a getfile message to requested bitarchive replica.
 

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

Methods in dk.netarkivet.archive.bitarchive.distribute with parameters of type GetFileMessage
 void BitarchiveClient.getFile(GetFileMessage msg)
          Submit an already constructed getfile message to the archive.
 void BitarchiveServer.visit(GetFileMessage msg)
          Process a getFile request and send the result back to the client.
 

Uses of GetFileMessage in dk.netarkivet.archive.distribute
 

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