org.alfresco.repo.search.impl.solr
Class SolrBackupClient

java.lang.Object
  extended by org.alfresco.repo.search.impl.solr.SolrBackupClient
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class SolrBackupClient
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean


Constructor Summary
SolrBackupClient()
           
 
Method Summary
 void afterPropertiesSet()
           
 void execute()
           
 void setCore(java.lang.String core)
           
 void setJobLockService(JobLockService jobLockService)
           
 void setRemoteBackupLocation(java.lang.String remoteBackupLocation)
           
 void setSolrAdminClient(SOLRAdminClient solrAdminClient)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrBackupClient

public SolrBackupClient()
Method Detail

setSolrAdminClient

public void setSolrAdminClient(SOLRAdminClient solrAdminClient)

setCore

public void setCore(java.lang.String core)

setJobLockService

public void setJobLockService(JobLockService jobLockService)

setRemoteBackupLocation

public void setRemoteBackupLocation(java.lang.String remoteBackupLocation)

execute

public void execute()

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception


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