Uses of Class
dk.netarkivet.archive.arcrepository.distribute.StoreMessage

Packages that use StoreMessage
dk.netarkivet.archive.arcrepository   
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.arcrepositoryadmin   
dk.netarkivet.archive.distribute   
 

Uses of StoreMessage in dk.netarkivet.archive.arcrepository
 

Methods in dk.netarkivet.archive.arcrepository with parameters of type StoreMessage
 void ArcRepository.store(RemoteFile rf, StoreMessage replyInfo)
          Stores a file in all known Bitarchives.
 

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

Methods in dk.netarkivet.archive.arcrepository.distribute with parameters of type StoreMessage
 void ArcRepositoryServer.visit(StoreMessage msg)
          Forwards the call to the ArcRepository.store() method with the StoreMessage as parameter.
 

Uses of StoreMessage in dk.netarkivet.archive.arcrepositoryadmin
 

Methods in dk.netarkivet.archive.arcrepositoryadmin that return StoreMessage
(package private)  StoreMessage ArcRepositoryEntry.getAndRemoveReplyInfo()
          Get the reply info and remove it from the entry.
 StoreMessage UpdateableAdminData.removeReplyInfo(java.lang.String arcfileName)
          Removes the replyInfo associated with arcfileName.
 

Methods in dk.netarkivet.archive.arcrepositoryadmin with parameters of type StoreMessage
 void UpdateableAdminData.addEntry(java.lang.String filename, StoreMessage replyInfo, java.lang.String checksum, ArchiveStoreState generalState)
          Add new entry to the admin data, and persist it to disk.
 void UpdateableAdminData.addEntry(java.lang.String filename, StoreMessage replyInfo, java.lang.String checksum, ArchiveStoreState generalState, boolean persistNow)
          Add new entry to the ddmin data, and persist it to disk, if persistNow set to true.
(package private)  void ArcRepositoryEntry.setReplyInfo(StoreMessage replyInfo)
          Set the replyInfo instance variable.
 void UpdateableAdminData.setReplyInfo(java.lang.String arcfileName, StoreMessage replyInfo)
          Records the replyInfo (StoreMessage object) so that it can be retrieved using the given file name.
 

Constructors in dk.netarkivet.archive.arcrepositoryadmin with parameters of type StoreMessage
ArcRepositoryEntry(java.lang.String filename, java.lang.String md5sum, StoreMessage replyInfo)
          Create a new entry with given checksum and replyinfo.
 

Uses of StoreMessage in dk.netarkivet.archive.distribute
 

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