org.apache.catalina.startup

Class EngineConfig

Implemented Interfaces:
LifecycleListener

public final class EngineConfig
extends java.lang.Object
implements LifecycleListener

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

Version:
$Revision: 1.3 $ $Date: 2004/02/27 14:58:49 $

Author:
Craig R. McClanahan

Method Summary

int
getDebug()
Return the debugging detail level for this component.
void
lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Engine.
void
setDebug(int debug)
Set the debugging detail level for this component.

Method Details

getDebug

public int getDebug()
Return the debugging detail level for this component.


lifecycleEvent

public void lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Engine.
Specified by:
lifecycleEvent in interface LifecycleListener

Parameters:
event - The lifecycle event that has occurred


setDebug

public void setDebug(int debug)
Set the debugging detail level for this component.

Parameters:
debug - The new debugging detail level


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.