|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectcom.JRcServer.spring.JRcSpringListener
public class JRcSpringListener
JRcServerSpringバージョン用リスナ.
JRcServerSpringバージョンを有効にするリスナー.
| フィールドの概要 | |
|---|---|
static java.lang.String |
BASE_DIRECTORY
リスナーオプション : 基本ディレクトリ名. |
static java.lang.String |
BIND_ADDRESS
リスナーオプション : バインドアドレス名. |
static java.lang.String |
BIND_PORT
リスナーオプション : バインドポート名. |
static java.lang.String |
CACHE_SIZE
リスナーオプション : キャッシュサイズ. |
static java.lang.String |
MAX_CONNECTION
リスナーオプション : コネクション最大数. |
static java.lang.String |
RECEIVE_TIMEOUT
リスナーオプション : 受信タイムアウト. |
static java.lang.String |
SESSION_CALLBACK
リスナーオプション : セッションタイムアウトコールバックオブジェクト. |
static java.lang.String |
SESSION_TIMEOUT
リスナーオプション : セッションタイムアウト. |
| コンストラクタの概要 | |
|---|---|
JRcSpringListener()
|
|
| メソッドの概要 | |
|---|---|
void |
contextDestroyed(ServletContextEvent sce)
終了処理. |
void |
contextInitialized(ServletContextEvent sce)
初期処理. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final java.lang.String BASE_DIRECTORY
public static final java.lang.String BIND_PORT
public static final java.lang.String BIND_ADDRESS
public static final java.lang.String CACHE_SIZE
public static final java.lang.String SESSION_TIMEOUT
public static final java.lang.String SESSION_CALLBACK
public static final java.lang.String MAX_CONNECTION
public static final java.lang.String RECEIVE_TIMEOUT
| コンストラクタの詳細 |
|---|
public JRcSpringListener()
| メソッドの詳細 |
|---|
public void contextInitialized(ServletContextEvent sce)
sce - サーブレットコンテキストイベント.public void contextDestroyed(ServletContextEvent sce)
sce - サーブレットコンテキストイベント.
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||