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 $

Variable Index

 o dispatcherName
 o mets
 o options
 o serverOptions
 o services

Constructor Index

 o SampleServiceDispatcher()

Method Index

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

Variables

 o serverOptions
 protected Properties serverOptions
 o options
 protected Properties options
 o services
 protected Hashtable services
 o dispatcherName
 protected String dispatcherName
 o mets
 protected Metrics mets

Constructors

 o SampleServiceDispatcher
 public SampleServiceDispatcher()

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