*/
public void stop() throws LifecycleException {
// Validate and update our current state
if (!started)
throw new LifecycleException
(sm.getString("httpConnector.notStarted"));
started = false;
// Gracefully shut down all processors we have created
; // FIXME