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

Packages that use IllegalState
dk.netarkivet.archive.arcrepository   
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.checksum   
dk.netarkivet.archive.checksum.distribute   
dk.netarkivet.common.distribute   
dk.netarkivet.common.distribute.arcrepository   
dk.netarkivet.deploy   
 

Uses of IllegalState in dk.netarkivet.archive.arcrepository
 

Methods in dk.netarkivet.archive.arcrepository that throw IllegalState
static ArcRepository ArcRepository.getInstance()
          Returns the unique ArcRepository instance.
 

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

Methods in dk.netarkivet.archive.arcrepository.bitpreservation that throw IllegalState
 java.lang.Iterable<java.lang.String> FileBasedActiveBitPreservation.getChangedFiles(Replica bitarchive)
          Get a list of wrong files in a given bitarchive.
 java.lang.Iterable<java.lang.String> FileBasedActiveBitPreservation.getMissingFiles(Replica replica)
          Get a list of missing files in a given replica.
 void FileBasedActiveBitPreservation.uploadMissingFiles(Replica replica, java.lang.String... filenames)
          Check that files are indeed missing on the bitarchive replica, and present in admin data and reference replica.
 

Uses of IllegalState in dk.netarkivet.archive.checksum
 

Methods in dk.netarkivet.archive.checksum that throw IllegalState
 void FileChecksumArchive.correct(java.lang.String filename, java.io.File correctFile)
          Method for correcting a bad entry from the archive.
abstract  void ChecksumArchive.correct(java.lang.String filename, java.io.File correctFile)
          Method for removing a bad entry from the archive.
 

Uses of IllegalState in dk.netarkivet.archive.checksum.distribute
 

Methods in dk.netarkivet.archive.checksum.distribute that throw IllegalState
 BatchMessage ChecksumClient.batch(BatchMessage msg)
          Method for sending batch job messages to the replica.
 BatchMessage ChecksumClient.batch(ChannelID replyChannel, FileBatchJob job)
          Method for sending batch job messages to the replica.
 void ChecksumClient.get(GetMessage msg)
          This method is intended to retrieve a record from an arc-file within the archive.
 void ChecksumClient.getFile(GetFileMessage gfm)
          This method is intended to retrieve an arc-file from the archive.
 void ChecksumClient.removeAndGetFile(RemoveAndGetFileMessage msg)
          This method is intended to retrieve an arc-file from the archive.
 

Uses of IllegalState in dk.netarkivet.common.distribute
 

Methods in dk.netarkivet.common.distribute that throw IllegalState
static ChannelID Channels.getAllBa()
          Returns the topic that all bitarchive machines on this replica are listening on.
static ChannelID Channels.getAnyBa()
          Returns the channel where exactly one of all the bitarchive machines at this replica will get the message.
static ChannelID Channels.getTheBamon()
          Returns the queue for sending messages to bitarchive monitors.
static ChannelID Channels.getTheCR()
          Method for retrieving the 'THE_CR' channel for this replica.
 

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

Methods in dk.netarkivet.common.distribute.arcrepository that throw IllegalState
 void BatchStatus.appendResults(java.io.OutputStream stream)
          Append the results of a batch job into a stream.
 void BatchStatus.copyResults(java.io.File targetFile)
          Copy the results of a batch job into a local file.
 

Uses of IllegalState in dk.netarkivet.deploy
 

Methods in dk.netarkivet.deploy that throw IllegalState
protected  java.lang.String Machine.getHeritrixLogin()
          For finding the jmxUsernames and jmxPasswords under the harvest.harvesting.heritrix branch under in the settings.
protected  java.lang.String Machine.getMonitorLogin()
          For finding the jmxUsernames and jmxPasswords under the monitor branch in the settings.