org.apache.catalina.startup
public class EngineConfig extends Object implements LifecycleListener
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
protected Engine | engine
The Engine we are associated with. |
protected static Log | log |
protected static StringManager | sm
The string resources for this package. |
Method Summary | |
---|---|
void | lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Engine.
|
protected void | start()
Process a "start" event for this Engine. |
protected void | stop()
Process a "stop" event for this Engine. |
Parameters: event The lifecycle event that has occurred