| |
|
| java.awt.Frame bdd.search.Monitor
Monitor | public class Monitor extends Frame (Code) | | 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 Summary | |
public | Monitor() Starts a monitor with the custom web server running on the default
port. | public | Monitor(int port) Starts a monitor with the custom web server running on the
specified port. |
Monitor | public Monitor()(Code) | | Starts a monitor with the custom web server running on the default
port.
|
Monitor | public Monitor(int port)(Code) | | Starts a monitor with the custom web server running on the
specified port.
|
bytesIndexed | public void bytesIndexed(long total_bytes)(Code) | | |
clearErrorList | public void clearErrorList()(Code) | | |
clearQueryList | public void clearQueryList()(Code) | | |
clearURLList | public void clearURLList()(Code) | | |
crawlerDone | public void crawlerDone(Crawler c)(Code) | | Call this method when a crawler has finished crawling.
|
indexing | public void indexing(URL current_url)(Code) | | Call this method when a new URL is being indexed.
|
querying | public void querying(String words)(Code) | | Call this method when a new query is being placed.
|
reportError | public void reportError(URL bad_url)(Code) | | Call this method to report an error during crawling.
|
|
|
|