Standard implementation of the Service interface. The
associated Container is generally an instance of Engine, but this is
not required.
author: Craig R. McClanahan version: $Revision: 1.11 $ $Date: 2002/06/09 02:19:42 $
getInfo() Return descriptive information about this Service implementation and
the corresponding version number, in the format
<description>/<version>.
Add a new Connector to the set of defined Connectors, and associate it
with this Service's Container.
Parameters: connector - The Connector to be added
Remove the specified Connector from the set associated from this
Service. The removed Connector will also be disassociated from our
Container.
Parameters: connector - The Connector to be removed
Prepare for the beginning of active use of the public methods of this
component. This method should be called before any of the public
methods of this component are utilized. It should also send a
LifecycleEvent of type START_EVENT to any registered listeners.
exception: LifecycleException - if this component detects a fatal errorthat prevents this component from being used
Gracefully terminate the active use of the public methods of this
component. This method should be the last one called on a given
instance of this component. It should also send a LifecycleEvent
of type STOP_EVENT to any registered listeners.
exception: LifecycleException - if this component detects a fatal errorthat needs to be reported