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 $
-
NetGrepServiceDispatcher()
-
-
getDispatchReport(ParameterVector)
-
-
initDispatcher(Properties, Metrics)
-
-
initServices()
-
NetGrepServiceDispatcher
public NetGrepServiceDispatcher()
initDispatcher
public void initDispatcher(Properties serverOptions,
Metrics metrics)
- Overrides:
- initDispatcher in class ServiceDispatcher
initServices
public void initServices()
- Overrides:
- initServices in class ServiceDispatcher
getDispatchReport
public Response getDispatchReport(ParameterVector pv)
- Overrides:
- getDispatchReport in class ServiceDispatcher
All Packages Class Hierarchy This Package Previous Next Index