org.alfresco.repo.content.replication
Class ContentStoreReplicator.ContentStoreReplicatorJob

java.lang.Object
  extended by org.alfresco.repo.content.replication.ContentStoreReplicator.ContentStoreReplicatorJob
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
ContentStoreReplicator

public static class ContentStoreReplicator.ContentStoreReplicatorJob
extends java.lang.Object
implements org.quartz.Job

Kicks off the content store replicator.


Field Summary
static java.lang.String KEY_CONTENT_STORE_REPLICATOR
          KEY_CONTENT_STORE_REPLICATOR = 'contentStoreReplicator'
 
Constructor Summary
ContentStoreReplicator.ContentStoreReplicatorJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          Forces a full index recovery using the recovery component passed in via the job detail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_CONTENT_STORE_REPLICATOR

public static final java.lang.String KEY_CONTENT_STORE_REPLICATOR
KEY_CONTENT_STORE_REPLICATOR = 'contentStoreReplicator'

See Also:
Constant Field Values
Constructor Detail

ContentStoreReplicator.ContentStoreReplicatorJob

public ContentStoreReplicator.ContentStoreReplicatorJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Forces a full index recovery using the recovery component passed in via the job detail.

Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.