org.apache.catalina.startup
Class EngineConfig

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

public final class EngineConfig
extends java.lang.Object
implements LifecycleListener

Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.

Version:
$Revision: 1.4 $ $Date: 2004/06/23 13:51:37 $
Author:
Craig R. McClanahan

Constructor Summary
EngineConfig()
           
 
Method Summary
 void lifecycleEvent(LifecycleEvent event)
          Process the START event for an associated Engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineConfig

public EngineConfig()
Method Detail

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


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.