|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.mitosis.service.ReplicationLogCleanJob
public class ReplicationLogCleanJob
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 ReplicationInterceptor.purgeAgedData()
to
purge old data.
Field Summary | |
---|---|
static java.lang.String |
INSTANCE_ID
|
Constructor Summary | |
---|---|
ReplicationLogCleanJob(java.util.Map<java.lang.String,DirectoryService> services)
|
Method Summary | |
---|---|
void |
execute(org.quartz.JobExecutionContext ctx)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INSTANCE_ID
Constructor Detail |
---|
public ReplicationLogCleanJob(java.util.Map<java.lang.String,DirectoryService> services)
Method Detail |
---|
public void execute(org.quartz.JobExecutionContext ctx) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
org.quartz.JobExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |