Uses of Class
dk.netarkivet.common.exceptions.PermissionDenied

Packages that use PermissionDenied
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.arcrepositoryadmin   
dk.netarkivet.archive.bitarchive   
dk.netarkivet.archive.distribute   
dk.netarkivet.common.distribute   
dk.netarkivet.common.distribute.arcrepository   
dk.netarkivet.common.utils   
dk.netarkivet.harvester.distribute   
dk.netarkivet.harvester.harvesting.distribute   
dk.netarkivet.monitor.distribute   
 

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

Methods in dk.netarkivet.archive.arcrepository.bitpreservation that throw PermissionDenied
 void FileBasedActiveBitPreservation.changeStateForAdminData(java.lang.String filename)
          Deprecated. Reestablish admin data to match replica states for file.
 void FileBasedActiveBitPreservation.findChangedFiles(Replica replica)
          Deprecated. This method finds out which files in a given bitarchive are misrepresented in the admin data: Either having the wrong checksum or not being marked as uploaded when it actually is.
 void FileBasedActiveBitPreservation.findMissingFiles(Replica replica)
          Deprecated. This method takes as input the name of a replica for which we wish to retrieve the list of files, either through a FileListJob or a GetAllFilenamesMessage.
 void FileBasedActiveBitPreservation.replaceChangedFile(Replica replica, java.lang.String filename, java.lang.String credentials, java.lang.String checksum)
          Deprecated. Check that file checksum is indeed different to admin data and reference replica.
 

Uses of PermissionDenied in dk.netarkivet.archive.arcrepositoryadmin
 

Methods in dk.netarkivet.archive.arcrepositoryadmin that throw PermissionDenied
 void MySQLSpecifics.backupDatabase(java.sql.Connection c, java.io.File backupDir)
           
 void PostgreSQLSpecifics.backupDatabase(java.sql.Connection c, java.io.File backupDir)
           
abstract  void DBSpecifics.backupDatabase(java.sql.Connection c, java.io.File backupDir)
          Backup the database.
 void DerbyEmbeddedSpecifics.backupDatabase(java.sql.Connection c, java.io.File backupDir)
          Backup the database.
 

Uses of PermissionDenied in dk.netarkivet.archive.bitarchive
 

Methods in dk.netarkivet.archive.bitarchive that throw PermissionDenied
static Bitarchive Bitarchive.getInstance()
          Get the one instance of the bitarchive.
 void Bitarchive.upload(RemoteFile arcfile, java.lang.String fileName)
          Upload an ARC file to this archive.
 

Uses of PermissionDenied in dk.netarkivet.archive.distribute
 

Methods in dk.netarkivet.archive.distribute that throw PermissionDenied
 void ArchiveMessageHandler.visit(AdminDataMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(BatchEndedMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(BatchMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(BatchReplyMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(CorrectMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(GetAllChecksumsMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(GetAllFilenamesMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(GetChecksumMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(GetFileMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(GetMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(HeartBeatMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(RemoveAndGetFileMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(StoreMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void ArchiveMessageHandler.visit(UploadMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 

Uses of PermissionDenied in dk.netarkivet.common.distribute
 

Methods in dk.netarkivet.common.distribute that throw PermissionDenied
 java.lang.String NetarkivetMessage.getErrMsg()
          Retrieve error message.
 

Uses of PermissionDenied in dk.netarkivet.common.distribute.arcrepository
 

Methods in dk.netarkivet.common.distribute.arcrepository that throw PermissionDenied
 java.io.File LocalArcRepositoryClient.correct(java.lang.String replicaId, java.lang.String checksum, java.io.File file, java.lang.String credentials)
          Method for correcting a bad entry.
 

Uses of PermissionDenied in dk.netarkivet.common.utils
 

Methods in dk.netarkivet.common.utils that throw PermissionDenied
static boolean FileUtils.createDir(java.io.File dir)
          Check if the directory exists and is writable and create it if needed.
 

Uses of PermissionDenied in dk.netarkivet.harvester.distribute
 

Methods in dk.netarkivet.harvester.distribute that throw PermissionDenied
 void HarvesterMessageHandler.visit(CrawlStatusMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 void HarvesterMessageHandler.visit(DoOneCrawlMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.
 

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

Methods in dk.netarkivet.harvester.harvesting.distribute that throw PermissionDenied
 void HarvestControllerServer.visit(DoOneCrawlMessage msg)
          Receives a DoOneCrawlMessage and call onDoOneCrawl.
 

Uses of PermissionDenied in dk.netarkivet.monitor.distribute
 

Methods in dk.netarkivet.monitor.distribute that throw PermissionDenied
 void MonitorMessageHandler.visit(RegisterHostMessage msg)
          This method should be overridden and implemented by a sub class if message handling is wanted.