at.gv.egovernment.moa.spss.server.service
Class RevocationArchiveCleaner

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.service.RevocationArchiveCleaner
All Implemented Interfaces:
Runnable

public class RevocationArchiveCleaner
extends Object
implements Runnable

A Runnable for periodically cleaning up the revocation archive.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
RevocationArchiveCleaner(long archiveCleanupInterval)
          Create a new RevocationArchiveCleaner.
 
Method Summary
 void run()
          Run the RevocationArchiveCleaner in its own Thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevocationArchiveCleaner

public RevocationArchiveCleaner(long archiveCleanupInterval)
Create a new RevocationArchiveCleaner.
Parameters:
archiveCleanupInterval - The interval between two clean-ups of the revocation archive.
Method Detail

run

public void run()
Run the RevocationArchiveCleaner in its own Thread.
Specified by:
run in interface Runnable