org.apache.catalina.startup
クラス EngineConfig

java.lang.Object
  |
  +--org.apache.catalina.startup.EngineConfig
すべての実装インタフェース:
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.

バージョン:
$Revision: 1.3 $ $Date: 2001/07/22 20:25:13 $
作成者:
Craig R. McClanahan

コンストラクタの概要
EngineConfig()
           
 
メソッドの概要
 int getDebug()
          Return the debugging detail level for this component.
 void lifecycleEvent(LifecycleEvent event)
          Process the START event for an associated Engine.
 void setDebug(int debug)
          Set the debugging detail level for this component.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EngineConfig

public EngineConfig()
メソッドの詳細

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.
パラメータ:
debug - The new debugging detail level

lifecycleEvent

public void lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Engine.
定義:
インタフェース LifecycleListener 内の lifecycleEvent
パラメータ:
event - The lifecycle event that has occurred


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.