org.apache.directory.mitosis.service
Class ReplicationLogCleanJob

java.lang.Object
  extended by org.apache.directory.mitosis.service.ReplicationLogCleanJob

public class ReplicationLogCleanJob
extends java.lang.Object

A OpenSymphony Quartz Job that purges old replication logs and the old entries marked as 'deleted' (i.e. Constants.ENTRY_DELETED is true). This Job just calls ReplicationService.purgeAgedData() to purge old data.


Field Summary
static java.lang.String INSTANCE_ID
           
 
Constructor Summary
ReplicationLogCleanJob()
           
 
Method Summary
 void execute(JobExecutionContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE_ID

public static final java.lang.String INSTANCE_ID
See Also:
Constant Field Values
Constructor Detail

ReplicationLogCleanJob

public ReplicationLogCleanJob()
Method Detail

execute

public void execute(JobExecutionContext ctx)
             throws JobExecutionException
Throws:
JobExecutionException