Uses of Class
dk.netarkivet.common.distribute.arcrepository.BitarchiveRecord

Packages that use BitarchiveRecord
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.bitarchive   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.common.distribute.arcrepository   
 

Uses of BitarchiveRecord in dk.netarkivet.archive.arcrepository.distribute
 

Methods in dk.netarkivet.archive.arcrepository.distribute that return BitarchiveRecord
 BitarchiveRecord JMSArcRepositoryClient.get(java.lang.String arcfile, long index)
          Sends a GetMessage on the "TheArcrepos" queue and waits for a reply.
 

Uses of BitarchiveRecord in dk.netarkivet.archive.bitarchive
 

Methods in dk.netarkivet.archive.bitarchive that return BitarchiveRecord
 BitarchiveRecord Bitarchive.get(java.lang.String arcfile, long index)
          Get an ARC or WARC record out of the archive.
 

Uses of BitarchiveRecord in dk.netarkivet.archive.bitarchive.distribute
 

Methods in dk.netarkivet.archive.bitarchive.distribute that return BitarchiveRecord
 BitarchiveRecord GetMessage.getRecord()
          Get the data retrieved from the arcfile.
 

Methods in dk.netarkivet.archive.bitarchive.distribute with parameters of type BitarchiveRecord
 void GetMessage.setRecord(BitarchiveRecord rec)
          Register retrieved record.
 

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

Methods in dk.netarkivet.common.distribute.arcrepository that return BitarchiveRecord
 BitarchiveRecord ViewerArcRepositoryClient.get(java.lang.String arcfile, long index)
          Gets a single ARC record out of the ArcRepository.
 BitarchiveRecord PreservationArcRepositoryClient.get(java.lang.String arcfile, long index)
          Gets a single ARC record out of the ArcRepository.
 BitarchiveRecord ArcRepositoryClient.get(java.lang.String arcfile, long index)
          Gets a single ARC record out of the ArcRepository.
 BitarchiveRecord LocalArcRepositoryClient.get(java.lang.String arcfile, long index)
          Gets a single ARC record out of the ArcRepository.