Standard implementation of the Engine interface. Each
child container must be a Host implementation to process the specific
fully qualified host name of that virtual host.
author: Craig R. McClanahan version: $Revision: 1.24 $ $Date: 2004/02/27 14:58:42 $
Constructor Summary
public
StandardEngine() Create a new StandardEngine component with the default basic Valve.
Method Summary
public void
addChild(Container child) Add a child Container, only if the proposed child is an implementation
of Host.
getInfo() Return descriptive information about this Container implementation and
the corresponding version number, in the format
<description>/<version>.
setParent(Container container) Disallow any attempt to set a parent for this Container, since an
Engine is supposed to be at the top of the Container hierarchy.
public void
setService(Service service) Set the Service with which we are associated (if any).
Disallow any attempt to set a parent for this Container, since an
Engine is supposed to be at the top of the Container hierarchy.
Parameters: container - Proposed parent Container