Uses of Class
dk.netarkivet.archive.distribute.ArchiveMessage

Packages that use ArchiveMessage
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.archive.checksum.distribute   
dk.netarkivet.archive.indexserver.distribute   
 

Uses of ArchiveMessage in dk.netarkivet.archive.arcrepository.bitpreservation
 

Subclasses of ArchiveMessage in dk.netarkivet.archive.arcrepository.bitpreservation
 class AdminDataMessage
          Class encapsulating a request to update AdminData.
 

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

Subclasses of ArchiveMessage in dk.netarkivet.archive.arcrepository.distribute
 class StoreMessage
          Messages requesting store of file.
 

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

Subclasses of ArchiveMessage in dk.netarkivet.archive.bitarchive.distribute
 class BatchEndedMessage
          An instance of this class is sent by a bitarchive machine (Bitarchive class) to a BitarchiveMonitorServer to indicate that that single machine has finished processing a batch job.
 class BatchMessage
          Container for batch jobs.
 class BatchReplyMessage
          Message class used by the bit archive monitor to notify the ArcRepository of a completed batch job.
 class GetFileMessage
          Message requesting a file from a bitarchive.
 class GetMessage
          Container for get requests.
 class HeartBeatMessage
          Simple class representing a HeartBeat message from a bit archive application.
 class RemoveAndGetFileMessage
          Message requesting a file to be removed and returned from a bitarchive.
 class UploadMessage
          Container for upload request.
 

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

Subclasses of ArchiveMessage in dk.netarkivet.archive.checksum.distribute
 class CorrectMessage
          The message to correct a bad entry in an archive.
 class GetAllChecksumsMessage
          The GetChecksumMessage has the purpose to retrieve the checksum of all the files.
 class GetAllFilenamesMessage
          The GetAllFilenamesMessage is sent to retrieve all the filenames in a specific replica.
 class GetChecksumMessage
          The GetChecksumMessage has the purpose to retrieve the checksum of a specific file.
 

Uses of ArchiveMessage in dk.netarkivet.archive.indexserver.distribute
 

Subclasses of ArchiveMessage in dk.netarkivet.archive.indexserver.distribute
 class IndexRequestMessage
          Message for requesting and index from the index server, and for giving back the reply.