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

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

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

Methods in dk.netarkivet.archive.arcrepository.distribute with parameters of type BatchMessage
 void ArcRepositoryServer.visit(BatchMessage msg)
          Resends a batch message to the requested bitarchive.
 

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

Methods in dk.netarkivet.archive.bitarchive.distribute that return BatchMessage
 BatchMessage BitarchiveClient.batch(BatchMessage bMsg)
          Submit an already constructed get message to the archive.
 BatchMessage BitarchiveClient.batch(ChannelID replyChannel, FileBatchJob job)
          Submit a batch job to the archive.
 

Methods in dk.netarkivet.archive.bitarchive.distribute with parameters of type BatchMessage
 BatchMessage BitarchiveClient.batch(BatchMessage bMsg)
          Submit an already constructed get message to the archive.
 void BitarchiveServer.visit(BatchMessage msg)
          Process a batch job and send the result back to the client.
 void BitarchiveMonitorServer.visit(BatchMessage inbMsg)
          This is the message handling method for BatchMessages.
 

Uses of BatchMessage in dk.netarkivet.archive.distribute
 

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