Package org.apache.catalina.startup
Class EngineConfig
java.lang.Object
org.apache.catalina.startup.EngineConfig
- All Implemented Interfaces:
LifecycleListener
Startup event listener for an Engine that configures the properties of that Engine, and the associated defined
contexts.
- Author:
- Craig R. McClanahan
-
Field Summary
Modifier and TypeFieldDescriptionprotected Engine
The Engine we are associated with.protected static final StringManager
The string resources for this package. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Field Details
-
engine
The Engine we are associated with. -
sm
The string resources for this package.
-
-
Constructor Details
-
EngineConfig
public EngineConfig()
-
-
Method Details
-
lifecycleEvent
Process the START event for an associated Engine.- Specified by:
lifecycleEvent
in interfaceLifecycleListener
- Parameters:
event
- The lifecycle event that has occurred
-
start
protected void start()Process a "start" event for this Engine. -
stop
protected void stop()Process a "stop" event for this Engine.
-