All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.andthehorseyourodeinon.netgrep.NetGrepServiceDispatcher

java.lang.Object
   |
   +----com.andthehorseyourodeinon.ghear.ServiceDispatcher
           |
           +----com.andthehorseyourodeinon.netgrep.NetGrepServiceDispatcher

public class NetGrepServiceDispatcher
extends ServiceDispatcher
Implementation of a Service Dispatcher that works for the Search Engine Trackers and Monitors. It's fairly straight-forward, but contains a lot of HTML that should probably be templatized.

Version:
$Id: NetGrepServiceDispatcher.java,v 1.1 2000/05/16 22:44:24 samuelg Exp $

Constructor Index

 o NetGrepServiceDispatcher()

Method Index

 o getDispatchReport(ParameterVector)
 o initDispatcher(Properties, Metrics)
 o initServices()

Constructors

 o NetGrepServiceDispatcher
 public NetGrepServiceDispatcher()

Methods

 o initDispatcher
 public void initDispatcher(Properties serverOptions,
                            Metrics metrics)
Overrides:
initDispatcher in class ServiceDispatcher
 o initServices
 public void initServices()
Overrides:
initServices in class ServiceDispatcher
 o getDispatchReport
 public Response getDispatchReport(ParameterVector pv)
Overrides:
getDispatchReport in class ServiceDispatcher

All Packages  Class Hierarchy  This Package  Previous  Next  Index