Uses of Interface
dk.netarkivet.common.utils.CleanupIF

Packages that use CleanupIF
dk.netarkivet.archive.arcrepository   
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.arcrepositoryadmin   
dk.netarkivet.archive.bitarchive   
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.archive.checksum.distribute   
dk.netarkivet.archive.indexserver   
dk.netarkivet.archive.indexserver.distribute   
dk.netarkivet.common.distribute   
dk.netarkivet.common.utils   
dk.netarkivet.common.webinterface   
dk.netarkivet.harvester.harvesting.distribute   
dk.netarkivet.harvester.harvesting.monitor   
dk.netarkivet.monitor.distribute   
dk.netarkivet.monitor.registry.distribute   
dk.netarkivet.viewerproxy This module gives access to previously harvested material, through a proxy solution. 
dk.netarkivet.wayback.aggregator The Aggregator takes care of sorting the raw index files generated by the indexer and merge the files into larger index files usable by Wayback. 
dk.netarkivet.wayback.indexer Retrieves indexes of the ARC files in the repository which are needed by Wayback. 
 

Uses of CleanupIF in dk.netarkivet.archive.arcrepository
 

Classes in dk.netarkivet.archive.arcrepository that implement CleanupIF
 class ArcRepository
          The Arcrepository handles the communication with the different replicas.
 

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

Classes in dk.netarkivet.archive.arcrepository.bitpreservation that implement CleanupIF
 class DatabaseBasedActiveBitPreservation
          The database based active bit preservation.
 class FileBasedActiveBitPreservation
          Deprecated. Use the DatabaseBasedActiveBitPreservation instead (define in the setting: settings.archive.admin.class).
 

Uses of CleanupIF in dk.netarkivet.archive.arcrepositoryadmin
 

Subinterfaces of CleanupIF in dk.netarkivet.archive.arcrepositoryadmin
 interface BitPreservationDAO
          This is an interface for communicating with bitpreservation databases.
 

Classes in dk.netarkivet.archive.arcrepositoryadmin that implement CleanupIF
 class ReplicaCacheDatabase
          Method for storing the bitpreservation cache in a database.
 

Uses of CleanupIF in dk.netarkivet.archive.bitarchive
 

Classes in dk.netarkivet.archive.bitarchive that implement CleanupIF
 class BitarchiveMonitor
          Class representing the monitor for bitarchives.
 

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

Classes in dk.netarkivet.archive.bitarchive.distribute that implement CleanupIF
 class BitarchiveMonitorServer
          Class representing message handling for the monitor for bitarchives.
 class BitarchiveServer
          Bitarchive container responsible for processing the different classes of message which can be received by a bitarchive and returning appropriate data.
 

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

Classes in dk.netarkivet.archive.checksum.distribute that implement CleanupIF
 class ChecksumArchiveServer
          Any subclass must be invoked through a method called 'getInstance'.
 class ChecksumFileServer
          The server for the ChecksumFileApplication.
 

Uses of CleanupIF in dk.netarkivet.archive.indexserver
 

Classes in dk.netarkivet.archive.indexserver that implement CleanupIF
 class IndexServer
          Index server.
 

Uses of CleanupIF in dk.netarkivet.archive.indexserver.distribute
 

Classes in dk.netarkivet.archive.indexserver.distribute that implement CleanupIF
 class IndexRequestServer
          Index request server singleton.
 

Uses of CleanupIF in dk.netarkivet.common.distribute
 

Classes in dk.netarkivet.common.distribute that implement CleanupIF
 class HTTPRemoteFileRegistry
          This is a registry for HTTP remote file, meant for serving registered files to remote hosts.
 class HTTPSRemoteFileRegistry
          This is a registry for HTTPS remote file, meant for serving registered files to remote hosts.
 class JMSConnection
          Handles the communication with a JMS broker.
 class JMSConnectionSunMQ
          Handles the communication with a Sun JMS broker.
 

Uses of CleanupIF in dk.netarkivet.common.utils
 

Constructors in dk.netarkivet.common.utils with parameters of type CleanupIF
CleanupHook(CleanupIF app)
          Returns a ShutdownHook thread for an object with a cleanup() method.
 

Uses of CleanupIF in dk.netarkivet.common.webinterface
 

Classes in dk.netarkivet.common.webinterface that implement CleanupIF
 class GUIWebServer
          A class representing an HttpServer.
 

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

Classes in dk.netarkivet.harvester.harvesting.distribute that implement CleanupIF
 class HarvestControllerServer
          This class responds to JMS doOneCrawl messages from the HarvestScheduler and launches a Heritrix crawl with the received job description.
 

Uses of CleanupIF in dk.netarkivet.harvester.harvesting.monitor
 

Classes in dk.netarkivet.harvester.harvesting.monitor that implement CleanupIF
 class HarvestMonitor
          Listens for CrawlProgressMessages on the proper JMS channel, and stores information to be presented in the monitoring console.
 

Uses of CleanupIF in dk.netarkivet.monitor.distribute
 

Classes in dk.netarkivet.monitor.distribute that implement CleanupIF
 class JMSMonitorRegistryClient
          The monitor registry client sends messages with JMS to register the host for JMX monitoring.
 

Uses of CleanupIF in dk.netarkivet.monitor.registry.distribute
 

Classes in dk.netarkivet.monitor.registry.distribute that implement CleanupIF
 class MonitorRegistryServer
          The monitor registry server listens on JMS for hosts that wish to register themselves to the service.
 

Uses of CleanupIF in dk.netarkivet.viewerproxy
 

Classes in dk.netarkivet.viewerproxy that implement CleanupIF
 class ViewerProxy
          Singleton of a viewerproxy.
 

Uses of CleanupIF in dk.netarkivet.wayback.aggregator
 

Classes in dk.netarkivet.wayback.aggregator that implement CleanupIF
 class AggregationWorker
          The AggregationWorker singleton contains the schedule and file bookkeeping functionality needed in the aggregation of indexes.
 

Uses of CleanupIF in dk.netarkivet.wayback.indexer
 

Classes in dk.netarkivet.wayback.indexer that implement CleanupIF
 class WaybackIndexer
          The WaybackIndexer starts threads to find new files to be indexed and indexes them.