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 SummaryFieldsModifier and TypeFieldDescriptionprotected EngineThe Engine we are associated with.protected static final StringManagerThe string resources for this package.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidlifecycleEvent(LifecycleEvent event) Process the START event for an associated Engine.protected voidstart()Process a "start" event for this Engine.protected voidstop()Process a "stop" event for this Engine.
- 
Field Details- 
engineThe Engine we are associated with.
- 
smThe string resources for this package.
 
- 
- 
Constructor Details- 
EngineConfigpublic EngineConfig()
 
- 
- 
Method Details- 
lifecycleEventProcess the START event for an associated Engine.- Specified by:
- lifecycleEventin interface- LifecycleListener
- Parameters:
- event- The lifecycle event that has occurred
 
- 
startprotected void start()Process a "start" event for this Engine.
- 
stopprotected void stop()Process a "stop" event for this Engine.
 
-