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.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EngineThe Engine we are associated with.protected static final StringManagerThe string resources for this package. - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
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:
 lifecycleEventin 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. 
 -