org.apache.catalina.startup

Class EngineConfig

public class EngineConfig extends Object implements LifecycleListener

Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan

Field Summary
protected Engineengine
The Engine we are associated with.
protected static Loglog
protected static StringManagersm
The string resources for this package.
Method Summary
voidlifecycleEvent(LifecycleEvent event)
Process the START event for an associated Engine.
protected voidstart()
Process a "start" event for this Engine.
protected voidstop()
Process a "stop" event for this Engine.

Field Detail

engine

protected Engine engine
The Engine we are associated with.

log

protected static Log log

sm

protected static final StringManager sm
The string resources for this package.

Method Detail

lifecycleEvent

public void lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Engine.

Parameters: event The lifecycle event that has occurred

start

protected void start()
Process a "start" event for this Engine.

stop

protected void stop()
Process a "stop" event for this Engine.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.