|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.startup.EngineConfig
public final class EngineConfig
Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.
Constructor Summary | |
---|---|
EngineConfig()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EngineConfig()
Method Detail |
---|
public int getDebug()
public void setDebug(int debug)
debug
- The new debugging detail levelpublic void lifecycleEvent(LifecycleEvent event)
lifecycleEvent
in interface LifecycleListener
event
- The lifecycle event that has occurred
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |