| |
|
| java.lang.Object org.apache.catalina.startup.EngineConfig
EngineConfig | final public class EngineConfig implements LifecycleListener(Code) | | Startup event listener for a Engine that configures the properties
of that Engine, and the associated defined contexts.
author: Craig R. McClanahan version: $Revision: 1.3 $ $Date: 2004/02/27 14:58:49 $ |
Method Summary | |
public int | getDebug() Return the debugging detail level for this component. | public void | lifecycleEvent(LifecycleEvent event) Process the START event for an associated Engine. | public void | setDebug(int debug) Set the debugging detail level for this component. |
getDebug | public int getDebug()(Code) | | Return the debugging detail level for this component.
|
lifecycleEvent | public void lifecycleEvent(LifecycleEvent event)(Code) | | Process the START event for an associated Engine.
Parameters: event - The lifecycle event that has occurred |
setDebug | public void setDebug(int debug)(Code) | | Set the debugging detail level for this component.
Parameters: debug - The new debugging detail level |
|
|
|