org.apache.catalina.startup
Class EngineConfig
java.lang.Object
org.apache.catalina.startup.EngineConfig
- LifecycleListener
public final class EngineConfig
extends java.lang.Object
Startup event listener for a Engine that configures the properties
of that Engine, and the associated defined contexts.
Version:
- Craig R. McClanahan
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.
|
getDebug
public int getDebug()
Return the debugging detail level for this component.
setDebug
public void setDebug(int debug)
Set the debugging detail level for this component.
debug
- The new debugging detail level
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.