Uses of Class
dk.netarkivet.common.utils.batch.FileBatchJob.ExceptionOccurrence

Packages that use FileBatchJob.ExceptionOccurrence
dk.netarkivet.archive.bitarchive   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.common.distribute.arcrepository   
dk.netarkivet.common.utils.batch   
 

Uses of FileBatchJob.ExceptionOccurrence in dk.netarkivet.archive.bitarchive
 

Fields in dk.netarkivet.archive.bitarchive with type parameters of type FileBatchJob.ExceptionOccurrence
 java.util.List<FileBatchJob.ExceptionOccurrence> BitarchiveMonitor.BatchJobStatus.exceptions
          A list of the exceptions that occurred during processing.
 

Method parameters in dk.netarkivet.archive.bitarchive with type arguments of type FileBatchJob.ExceptionOccurrence
 void BitarchiveMonitor.bitarchiveReply(java.lang.String bitarchiveBatchID, java.lang.String bitarchiveID, int noOfFilesProcessed, java.util.Collection<java.io.File> filesFailed, RemoteFile remoteFile, java.lang.String errMsg, java.util.List<FileBatchJob.ExceptionOccurrence> exceptions)
          Handle a reply received from a bitarchive.
 

Uses of FileBatchJob.ExceptionOccurrence in dk.netarkivet.archive.bitarchive.distribute
 

Methods in dk.netarkivet.archive.bitarchive.distribute that return types with arguments of type FileBatchJob.ExceptionOccurrence
 java.util.List<FileBatchJob.ExceptionOccurrence> BatchEndedMessage.getExceptions()
          Returns the list of the exceptions that occurred during processing.
 

Uses of FileBatchJob.ExceptionOccurrence in dk.netarkivet.common.distribute.arcrepository
 

Methods in dk.netarkivet.common.distribute.arcrepository that return types with arguments of type FileBatchJob.ExceptionOccurrence
 java.util.List<FileBatchJob.ExceptionOccurrence> BatchStatus.getExceptions()
          Get the list of exceptions that happened during the batch job.
 

Constructor parameters in dk.netarkivet.common.distribute.arcrepository with type arguments of type FileBatchJob.ExceptionOccurrence
BatchStatus(java.util.Collection<java.io.File> filesFailed, int noOfFilesProcessed, RemoteFile resultFile, java.util.List<FileBatchJob.ExceptionOccurrence> exceptions)
          Create a new BatchStatus object for a specific bitarchive.
BatchStatus(java.lang.String bitArchiveAppId, java.util.Collection<java.io.File> filesFailed, int noOfFilesProcessed, RemoteFile resultFile, java.util.List<FileBatchJob.ExceptionOccurrence> exceptions)
          Create a new BatchStatus object for a specific bitarchive.
 

Uses of FileBatchJob.ExceptionOccurrence in dk.netarkivet.common.utils.batch
 

Fields in dk.netarkivet.common.utils.batch with type parameters of type FileBatchJob.ExceptionOccurrence
protected  java.util.List<FileBatchJob.ExceptionOccurrence> FileBatchJob.exceptions
          A list with information about the exceptions thrown during the execution of the batchjob.
 

Methods in dk.netarkivet.common.utils.batch that return types with arguments of type FileBatchJob.ExceptionOccurrence
 java.util.List<FileBatchJob.ExceptionOccurrence> FileBatchJob.getExceptions()
          Get the list of exceptions that have occurred during processing.