public abstract class AbstractIndexEPTask extends java.lang.Object implements EPTask
Modifier and Type | Field and Description |
---|---|
protected Index |
index |
private DAOFactory<Synchronizer> |
syncFactory |
Constructor and Description |
---|
AbstractIndexEPTask(DAOFactory<Synchronizer> syncFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkIndex() |
boolean |
isInSynchro() |
void |
setIndex(Index index) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription
protected Index index
private final DAOFactory<Synchronizer> syncFactory
public AbstractIndexEPTask(DAOFactory<Synchronizer> syncFactory)
public void setIndex(Index index)
protected void checkIndex()
public boolean isInSynchro()
isInSynchro
in interface EPTask