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 $

Constructor Index

 o AltavistaMonitorService(Properties, Metrics, String, int)

Method Index

 o getServiceName()
Override this method
 o getServiceStatus()
Override this with something that returns a Service Status String.
 o isMonitor()
Override this method
 o monitorTerms()
 o refreshUrlList(boolean)
Altavista-specific implementation of Monitor refreshUrlList function

Constructors

 o AltavistaMonitorService
 public AltavistaMonitorService(Properties options,
                                Metrics mets,
                                String searchTerm,
                                int depth)

Methods

 o refreshUrlList
 public void refreshUrlList(boolean reportNewUrls)
Altavista-specific implementation of Monitor refreshUrlList function

Overrides:
refreshUrlList in class SearchEngineMonitorService
 o getServiceName
 public String getServiceName()
Override this method

Overrides:
getServiceName in class SearchEngineMonitorService
 o getServiceStatus
 public String getServiceStatus()
Override this with something that returns a Service Status String.

Overrides:
getServiceStatus in class Service
 o isMonitor
 public boolean isMonitor()
Override this method

Overrides:
isMonitor in class SearchEngineMonitorService
 o monitorTerms
 public String monitorTerms()

All Packages  Class Hierarchy  This Package  Previous  Next  Index