All Packages Class Hierarchy This Package Previous Next Index
Class com.andthehorseyourodeinon.netgrep.AltavistaMonitorService
java.lang.Object
|
+----java.lang.Thread
|
+----com.andthehorseyourodeinon.ghear.Service
|
+----com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
|
+----com.andthehorseyourodeinon.netgrep.AltavistaMonitorService
- public class AltavistaMonitorService
- extends SearchEngineMonitorService
Implementation of a Search Engine Monitor Service that works
for the Altavista "Raging" Search Engine.
- Version:
- $Id: AltavistaMonitorService.java,v 1.1 2000/05/16 22:44:24 samuelg Exp $
-
AltavistaMonitorService(Properties, Metrics, String, int)
-
-
getServiceName()
- Override this method
-
getServiceStatus()
- Override this with something that returns a Service Status String.
-
isMonitor()
- Override this method
-
monitorTerms()
-
-
refreshUrlList(boolean)
- Altavista-specific implementation of Monitor refreshUrlList function
AltavistaMonitorService
public AltavistaMonitorService(Properties options,
Metrics mets,
String searchTerm,
int depth)
refreshUrlList
public void refreshUrlList(boolean reportNewUrls)
- Altavista-specific implementation of Monitor refreshUrlList function
- Overrides:
- refreshUrlList in class SearchEngineMonitorService
getServiceName
public String getServiceName()
- Override this method
- Overrides:
- getServiceName in class SearchEngineMonitorService
getServiceStatus
public String getServiceStatus()
- Override this with something that returns a Service Status String.
- Overrides:
- getServiceStatus in class Service
isMonitor
public boolean isMonitor()
- Override this method
- Overrides:
- isMonitor in class SearchEngineMonitorService
monitorTerms
public String monitorTerms()
All Packages Class Hierarchy This Package Previous Next Index