Class EngineConfig

java.lang.Object
org.apache.catalina.startup.EngineConfig
All Implemented Interfaces:
LifecycleListener

public class EngineConfig extends Object implements LifecycleListener
Startup event listener for an Engine that configures the properties of that Engine, and the associated defined contexts.
Author:
Craig R. McClanahan
  • Field Details

    • engine

      protected Engine engine
      The Engine we are associated with.
    • sm

      protected static final StringManager sm
      The string resources for this package.
  • Constructor Details

    • EngineConfig

      public EngineConfig()
  • Method Details

    • lifecycleEvent

      public void lifecycleEvent(LifecycleEvent event)
      Process the START event for an associated Engine.
      Specified by:
      lifecycleEvent in interface LifecycleListener
      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.