Class EngineConfig

  • All Implemented Interfaces:
    LifecycleListener

    public final class EngineConfig
    extends Object
    implements LifecycleListener
    Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.
    Version:
    $Revision: 1.2 $ $Date: 2005/12/08 01:28:07 $
    Author:
    Craig R. McClanahan
    • Constructor Detail

      • EngineConfig

        public EngineConfig()
    • Method Detail

      • getDebug

        public int getDebug()
        Return the debugging detail level for this component.
      • setDebug

        public void setDebug​(int debug)
        Set the debugging detail level for this component.
        Parameters:
        debug - The new debugging detail level
      • 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