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 replicas.
 

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 DatabaseAdmin.removeReplyInfo(java.lang.String filename)
          Retrieves the StoreMessage of a specific file.
 StoreMessage Admin.removeReplyInfo(java.lang.String filename)
          Retrieves the StoreMessage of a specific file.
 StoreMessage UpdateableAdminData.removeReplyInfo(java.lang.String fileName)
          Deprecated. Removes the replyInfo associated with arcfileName.
 

Methods in dk.netarkivet.archive.arcrepositoryadmin with parameters of type StoreMessage
 void DatabaseAdmin.addEntry(java.lang.String filename, StoreMessage msg, java.lang.String checksum)
          Method for adding an entry for administration.
 void Admin.addEntry(java.lang.String filename, StoreMessage msg, java.lang.String checksum)
          Method for adding an entry for administration.
 void UpdateableAdminData.addEntry(java.lang.String filename, StoreMessage replyInfo, java.lang.String checksum)
          Deprecated. 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, boolean persistNow)
          Deprecated. Add new entry to the admin data, and persist it to disk, if persistNow set to true.
(package private)  void ArcRepositoryEntry.setReplyInfo(StoreMessage replyInfo)
          Set the replyInfo instance variable.
 void DatabaseAdmin.setReplyInfo(java.lang.String filename, StoreMessage msg)
          Assign a StoreMessage to a specific filename.
 void Admin.setReplyInfo(java.lang.String filename, StoreMessage msg)
          Assign a StoreMessage to a specific file.
 void UpdateableAdminData.setReplyInfo(java.lang.String fileName, StoreMessage replyInfo)
          Deprecated. 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 ArchiveMessageHandler.visit(StoreMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageVisitor.visit(StoreMessage msg)
          This method should be overridden to handle the receipt of a message.