org.alfresco.repo.node.index
Class IndexRemoteTransactionTracker

java.lang.Object
  extended by org.alfresco.repo.node.index.AbstractReindexComponent
      extended by org.alfresco.repo.node.index.IndexRemoteTransactionTracker
All Implemented Interfaces:
IndexRecovery

Deprecated. Deprecated as of 1.4.5. Use IndexTransactionTracker

public class IndexRemoteTransactionTracker
extends AbstractReindexComponent

Component to check and recover the indexes.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.alfresco.repo.node.index.AbstractReindexComponent
AbstractReindexComponent.InIndex, AbstractReindexComponent.ReindexNodeCallback, AbstractReindexComponent.ReindexTerminatedException
 
Field Summary
 
Fields inherited from class org.alfresco.repo.node.index.AbstractReindexComponent
ftsIndexer, indexer, nodeDAO, nodeService, searcher, transactionService
 
Constructor Summary
IndexRemoteTransactionTracker()
          Deprecated. Dumps an error message.
 
Method Summary
protected  void reindexImpl()
          Deprecated. Perform the actual work.
 void setRemoteOnly(boolean remoteOnly)
          Deprecated. As of release 1.4.5, 2.0.5 and 2.1.1, this property is no longer is use.
 
Methods inherited from class org.alfresco.repo.node.index.AbstractReindexComponent
getIndexerWriteLock, isIgnorableStore, isShuttingDown, isTxnPresentInIndex, isTxnPresentInIndex, reindex, reindexTransaction, reindexTransaction, reindexTransactionAsynchronously, requireTransaction, setAuthenticationComponent, setFtsIndexer, setIndexer, setNodeDAO, setNodeService, setSearcher, setShutdown, setStoreProtocolsToIgnore, setStoresToIgnore, setTenantService, setThreadPoolExecutor, setTransactionService, waitForAsynchronousReindexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexRemoteTransactionTracker

public IndexRemoteTransactionTracker()
Deprecated. 
Dumps an error message.

Method Detail

setRemoteOnly

public void setRemoteOnly(boolean remoteOnly)
Deprecated. 
As of release 1.4.5, 2.0.5 and 2.1.1, this property is no longer is use.


reindexImpl

protected void reindexImpl()
Deprecated. 
Description copied from class: AbstractReindexComponent
Perform the actual work. This method will be called as the system user and within an existing transaction. This thread will only ever be accessed by a single thread per instance.

Specified by:
reindexImpl in class AbstractReindexComponent


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