|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.startup.EngineConfig
public class EngineConfig
Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.
Field Summary | |
---|---|
protected Engine |
engine
The Engine we are associated with. |
protected static Log |
log
|
protected static StringManager |
sm
The string resources for this package. |
Constructor Summary | |
---|---|
EngineConfig()
|
Method Summary | |
---|---|
void |
lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Engine. |
protected void |
start()
Process a "start" event for this Engine. |
protected void |
stop()
Process a "stop" event for this Engine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Log log
protected Engine engine
protected static final StringManager sm
Constructor Detail |
---|
public EngineConfig()
Method Detail |
---|
public void lifecycleEvent(LifecycleEvent event)
lifecycleEvent
in interface LifecycleListener
event
- The lifecycle event that has occurredprotected void start()
protected void stop()
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |