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.
-
Monitor()
- Starts a monitor with the custom web server running on the default
port.
-
Monitor(int)
- Starts a monitor with the custom web server running on the
specified port.
-
action(Event, Object)
-
-
clearErrorList()
-
-
clearQueryList()
-
-
clearURLList()
-
-
crawlerDone(Crawler)
- Call this method when a crawler has finished crawling.
-
indexing(URL)
- Call this method when a new URL is being indexed.
-
main(String[])
-
-
querying(String)
- Call this method when a new query is being placed.
-
reportError(URL)
- Call this method to report an error during crawling.
Monitor
public Monitor()
- Starts a monitor with the custom web server running on the default
port.
Monitor
public Monitor(int port)
- Starts a monitor with the custom web server running on the
specified port.
action
public boolean action(Event evt,
Object what)
- Overrides:
- action in class Component
indexing
public void indexing(URL current_url)
- Call this method when a new URL is being indexed.
querying
public void querying(String words)
- Call this method when a new query is being placed.
reportError
public void reportError(URL bad_url)
- Call this method to report an error during crawling.
crawlerDone
public void crawlerDone(Crawler c)
- Call this method when a crawler has finished crawling.
clearURLList
public void clearURLList()
clearErrorList
public void clearErrorList()
clearQueryList
public void clearQueryList()
main
public static void main(String arg[])
All Packages Class Hierarchy This Package Previous Next Index