net.sf.lucis.core.impl
Class AbstractIndexService

java.lang.Object
  extended by net.sf.lucis.core.impl.AbstractIndexService
Direct Known Subclasses:
DefaultIndexerService, ReindexingIndexerService

public abstract class AbstractIndexService
extends Object

Abstract base class for indexing services.

Author:
Andres Rodriguez

Method Summary
 IndexStatus getIndexStatus()
           
 String getName()
          Returns the name of the object or the class name if no one was provided.
 net.sf.derquinsej.concurrent.ActiveObjectStatus getStatus()
           
 void setName(String name)
          Sets the object name.
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIndexStatus

public IndexStatus getIndexStatus()

getStatus

public final net.sf.derquinsej.concurrent.ActiveObjectStatus getStatus()

start

public final void start()

stop

public final void stop()

getName

public final String getName()
Returns the name of the object or the class name if no one was provided.


setName

public final void setName(String name)
Sets the object name.



Copyright © 2013. All Rights Reserved.