All Packages Class Hierarchy This Package Previous Next Index
Class com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
java.lang.Object
|
+----com.andthehorseyourodeinon.ghear.ServiceDispatcher
|
+----com.andthehorseyourodeinon.ghear.SampleServiceDispatcher
- public class SampleServiceDispatcher
- extends ServiceDispatcher
This is a sample ServiceDispatcher.
- Version:
- $Id: SampleServiceDispatcher.java,v 1.1 2000/05/16 22:41:13 samuelg Exp $
-
dispatcherName
-
-
mets
-
-
options
-
-
serverOptions
-
-
services
-
-
SampleServiceDispatcher()
-
-
getDispatchReport(ParameterVector)
-
-
initDispatcher(Properties, Metrics)
-
-
initServices()
-
serverOptions
protected Properties serverOptions
options
protected Properties options
services
protected Hashtable services
dispatcherName
protected String dispatcherName
mets
protected Metrics mets
SampleServiceDispatcher
public SampleServiceDispatcher()
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