public class DatabaseLogLifecycleController extends Object implements jp.co.intra_mart.system.servlet.listener.PlatformLifecycleListener
コンストラクタと説明 |
---|
DatabaseLogLifecycleController() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
destroy(javax.servlet.ServletContextEvent event)
intra-mart AccelPlatform の停止処理が実行されたことを通知します。
|
void |
initialize(javax.servlet.ServletContextEvent event)
intra-mart AccelPlatform の起動処理が実行されることを通知します。
|
void |
start(javax.servlet.ServletContextEvent event)
intra-mart AccelPlatform の起動処理が実行されたことを通知します。
|
void |
stop(javax.servlet.ServletContextEvent event)
intra-mart AccelPlatform の停止処理が実行されることを通知します。
|
public void destroy(javax.servlet.ServletContextEvent event) throws jp.co.intra_mart.system.servlet.listener.PlatformLifecycleException
jp.co.intra_mart.system.servlet.listener.PlatformLifecycleListener
destroy
インタフェース内 jp.co.intra_mart.system.servlet.listener.PlatformLifecycleListener
event
- Servlet コンテキストイベントjp.co.intra_mart.system.servlet.listener.PlatformLifecycleException
- 通知を受け取る処理内で例外が発生した場合にスローされます。public void initialize(javax.servlet.ServletContextEvent event) throws jp.co.intra_mart.system.servlet.listener.PlatformLifecycleException
jp.co.intra_mart.system.servlet.listener.PlatformLifecycleListener
initialize
インタフェース内 jp.co.intra_mart.system.servlet.listener.PlatformLifecycleListener
event
- Servlet コンテキストイベントjp.co.intra_mart.system.servlet.listener.PlatformLifecycleException
- 通知を受け取る処理内で例外が発生した場合にスローされます。public void start(javax.servlet.ServletContextEvent event) throws jp.co.intra_mart.system.servlet.listener.PlatformLifecycleException
jp.co.intra_mart.system.servlet.listener.PlatformLifecycleListener
start
インタフェース内 jp.co.intra_mart.system.servlet.listener.PlatformLifecycleListener
event
- Servlet コンテキストイベントjp.co.intra_mart.system.servlet.listener.PlatformLifecycleException
- 通知を受け取る処理内で例外が発生した場合にスローされます。public void stop(javax.servlet.ServletContextEvent event) throws jp.co.intra_mart.system.servlet.listener.PlatformLifecycleException
jp.co.intra_mart.system.servlet.listener.PlatformLifecycleListener
stop
インタフェース内 jp.co.intra_mart.system.servlet.listener.PlatformLifecycleListener
event
- Servlet コンテキストイベントjp.co.intra_mart.system.servlet.listener.PlatformLifecycleException
- 通知を受け取る処理内で例外が発生した場合にスローされます。Copyright © 2012 NTT DATA INTRAMART CORPORATION