|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.startup.EngineConfig
Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.
コンストラクタの概要 | |
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 |
コンストラクタの詳細 |
public EngineConfig()
メソッドの詳細 |
public int getDebug()
public void setDebug(int debug)
debug
- The new debugging detail levelpublic void lifecycleEvent(LifecycleEvent event)
LifecycleListener
内の lifecycleEvent
event
- The lifecycle event that has occurred
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |