Class bdd.search.Monitor
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bdd.search.Monitor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----bdd.search.Monitor

public class Monitor
extends Frame
Written by Tim Macinta 1997
Distributed under the GNU Public License (a copy of which is enclosed with the source).

Provides a graphical monitor to watch the progress of the crawler and the search engine.

Constructor Index

 o Monitor()
Starts a monitor with the custom web server running on the default port.
 o Monitor(int)
Starts a monitor with the custom web server running on the specified port.

Method Index

 o action(Event, Object)
 o clearErrorList()
 o clearQueryList()
 o clearURLList()
 o crawlerDone(Crawler)
Call this method when a crawler has finished crawling.
 o indexing(URL)
Call this method when a new URL is being indexed.
 o main(String[])
 o querying(String)
Call this method when a new query is being placed.
 o reportError(URL)
Call this method to report an error during crawling.

Constructors

 o Monitor
  public Monitor()
Starts a monitor with the custom web server running on the default port.
 o Monitor
  public Monitor(int port)
Starts a monitor with the custom web server running on the specified port.

Methods

 o action
  public boolean action(Event evt,
                        Object what)
Overrides:
action in class Component
 o indexing
  public void indexing(URL current_url)
Call this method when a new URL is being indexed.
 o querying
  public void querying(String words)
Call this method when a new query is being placed.
 o reportError
  public void reportError(URL bad_url)
Call this method to report an error during crawling.
 o crawlerDone
  public void crawlerDone(Crawler c)
Call this method when a crawler has finished crawling.
 o clearURLList
  public void clearURLList()
 o clearErrorList
  public void clearErrorList()
 o clearQueryList
  public void clearQueryList()
 o main
  public static void main(String arg[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index