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

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

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

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.