dk.netarkivet.common.utils
Interface CleanupIF

All Known Subinterfaces:
BitPreservationDAO
All Known Implementing Classes:
AggregationWorker, ArcRepository, BitarchiveMonitor, BitarchiveMonitorServer, BitarchiveServer, ChecksumArchiveServer, ChecksumFileServer, DatabaseBasedActiveBitPreservation, FileBasedActiveBitPreservation, GUIWebServer, HarvestControllerServer, HarvestMonitor, HTTPRemoteFileRegistry, HTTPSRemoteFileRegistry, IndexRequestServer, IndexServer, JMSConnection, JMSConnectionSunMQ, JMSMonitorRegistryClient, MonitorRegistryServer, ReplicaCacheDatabase, ViewerProxy, WaybackIndexer

public interface CleanupIF

Interface for classes which can be cleaned up by a shutdown hook.


Method Summary
 void cleanup()
          Used to clean up a class from within a shutdown hook.
 

Method Detail

cleanup

void cleanup()
Used to clean up a class from within a shutdown hook. Must not do any logging. Program defensively, please.