org.wdssii.webindex.servlet
Class SourcesListingDAO
java.lang.Object
org.wdssii.webindex.servlet.SourcesListingDAO
public class SourcesListingDAO
- extends Object
Gets all the possible WebIndex sources available on the system.
- Author:
- lakshman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
updateIntervalInMilliSeconds
private long updateIntervalInMilliSeconds
indexFactory
private WebIndexFactory indexFactory
allSources
private String[] allSources
lastUpdated
private long lastUpdated
log
private final org.apache.commons.logging.Log log
SourcesListingDAO
public SourcesListingDAO()
getUpdateIntervalInMilliSeconds
public long getUpdateIntervalInMilliSeconds()
setUpdateIntervalInMilliSeconds
public void setUpdateIntervalInMilliSeconds(long updateIntervalInMilliSeconds)
getIndexFactory
public WebIndexFactory getIndexFactory()
setIndexFactory
public void setIndexFactory(WebIndexFactory indexFactory)
getAllSources
public String[] getAllSources()
- All the sources available on the system.