Uses of Class
dk.netarkivet.common.distribute.NetarkivetMessage

Packages that use NetarkivetMessage
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.archive.checksum.distribute   
dk.netarkivet.archive.distribute   
dk.netarkivet.archive.indexserver.distribute   
dk.netarkivet.common.distribute   
dk.netarkivet.harvester.distribute   
dk.netarkivet.harvester.harvesting.distribute   
dk.netarkivet.monitor.distribute   
dk.netarkivet.monitor.registry.distribute   
 

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

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

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

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

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

Subclasses of NetarkivetMessage 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 BatchTerminationMessage
          Message for telling the bitarchives to terminate a specific batchjob.
 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 NetarkivetMessage in dk.netarkivet.archive.checksum.distribute
 

Subclasses of NetarkivetMessage 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 NetarkivetMessage in dk.netarkivet.archive.distribute
 

Subclasses of NetarkivetMessage in dk.netarkivet.archive.distribute
 class ArchiveMessage
          Common base class for messages exchanged between an archive server and an archive client (or within an archive).
 

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

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

Uses of NetarkivetMessage in dk.netarkivet.common.distribute
 

Methods in dk.netarkivet.common.distribute that return NetarkivetMessage
 NetarkivetMessage Synchronizer.sendAndWaitForOneReply(NetarkivetMessage msg, long timeout)
          Sends a message to a message queue and blocks the method invocation until a reply arrives.
static NetarkivetMessage JMSConnection.unpack(javax.jms.Message msg)
          Unwraps a NetarkivetMessage from an ObjectMessage.
 

Methods in dk.netarkivet.common.distribute with parameters of type NetarkivetMessage
 void JMSConnection.reply(NetarkivetMessage msg)
          Submit an object to the reply queue.
 void JMSConnection.resend(NetarkivetMessage msg, ChannelID to)
          Sends a message msg to the channel defined by the parameter to - NOT the channel defined in the message.
 void JMSConnection.send(NetarkivetMessage msg)
          Submit an object to the destination queue.
 NetarkivetMessage Synchronizer.sendAndWaitForOneReply(NetarkivetMessage msg, long timeout)
          Sends a message to a message queue and blocks the method invocation until a reply arrives.
protected  void JMSConnection.sendMessage(NetarkivetMessage nMsg, ChannelID to)
          Submit an ObjectMessage to the destination channel.
 

Uses of NetarkivetMessage in dk.netarkivet.harvester.distribute
 

Subclasses of NetarkivetMessage in dk.netarkivet.harvester.distribute
 class HarvesterMessage
          Common base class for messages exchanged between a harvester server and a harvester client.
 class IndexReadyMessage
          A message to send from the IndexServer to HarvestJobManager, that the index required by harvest with a given ID is ready.
 

Uses of NetarkivetMessage in dk.netarkivet.harvester.harvesting.distribute
 

Subclasses of NetarkivetMessage in dk.netarkivet.harvester.harvesting.distribute
 class CrawlProgressMessage
          This class wraps information stored in the Heritrix MBeans, CrawlService and CrawlService.Job, and represents the crawl progress.
 class CrawlStatusMessage
          Instances of this class are sent by a HarvestControllerServer to the THE_SCHED queue to indicate the progress of a heritrix crawl.
 class DoOneCrawlMessage
          Container for doOneCrawl request.
 class FrontierReportMessage
          Sends a frontier report to the HarvestMonitor.
 class HarvesterStatusMessage
          The HarvestController periodically sends HarvesterStatusMessages to the HarvestDispatcher to notify it whether it is available for processing a job or already processing one.
 class JobEndedMessage
          This message is sent by the HarvestSchedulerMonitorServer to the HarvestMonitor to notify it that a job ended and should not be monitored anymore, and that any resource used to monitor this job should be freed.
 

Uses of NetarkivetMessage in dk.netarkivet.monitor.distribute
 

Subclasses of NetarkivetMessage in dk.netarkivet.monitor.distribute
 class MonitorMessage
          Common base class for messages exchanged between an archive server and an archive client (or within an archive).
 

Uses of NetarkivetMessage in dk.netarkivet.monitor.registry.distribute
 

Subclasses of NetarkivetMessage in dk.netarkivet.monitor.registry.distribute
 class RegisterHostMessage
          This type of message is sent to the monitor registry server to register the host for remote JMX monitoring.