All Packages Class Hierarchy This Package Previous Next Index
Class com.andthehorseyourodeinon.netgrep.GoogleMonitorService
java.lang.Object
|
+----java.lang.Thread
|
+----com.andthehorseyourodeinon.ghear.Service
|
+----com.andthehorseyourodeinon.netgrep.SearchEngineMonitorService
|
+----com.andthehorseyourodeinon.netgrep.GoogleMonitorService
- public class GoogleMonitorService
- extends SearchEngineMonitorService
Implementation of a Search Engine Monitor Service that works
for the Google Search Engine.
- Version:
- $Id: GoogleMonitorService.java,v 1.1 2000/05/16 22:44:24 samuelg Exp $
-
GoogleMonitorService(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)
- Google-specific implementation of Monitor refreshUrlList function
GoogleMonitorService
public GoogleMonitorService(Properties options,
Metrics mets,
String searchTerm,
int depth)
- Parameters:
- options - Properties general to all the search engine Monitors and Trackers.
- mets - Metrics for all the search engine Monitors and Trackers.
- searchTerm - a String containing the search terms to use against the search engine.
- depth - the number of results from the search engine to consider.
refreshUrlList
public void refreshUrlList(boolean reportNewUrls)
- Google-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