|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectapplication.runtime.SystemContext
システムコンテキスト
コンストラクタの概要 | |
SystemContext()
|
メソッドの概要 | |
static void |
close()
全てのアプリケーションコンテキストをクローズする。 |
static void |
closeComponentContext()
|
static void |
closeComponentContext(java.lang.String componentID)
|
static void |
closeSystemContext()
|
static void |
closeUserContext()
|
static java.lang.Object |
getBean(java.lang.String name)
アプリケーションコンテキストからPOJOの取得 |
static java.lang.Object |
getBean(java.lang.String name,
java.lang.Class beanClass)
アプリケーションコンテキストからPOJOの取得 |
static org.springframework.context.ApplicationContext |
getContext()
アプリケーションコンテキストの取得 |
static void |
refreshComponentContext()
|
static void |
refreshSystemContext()
|
static void |
refreshUserContext()
|
static boolean |
shutdownComponents()
|
static boolean |
startComponents(boolean onlyAutoStartComponent)
|
クラス java.lang.Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public SystemContext()
メソッドの詳細 |
public static void close()
public static void closeComponentContext()
public static void closeComponentContext(java.lang.String componentID)
public static void closeSystemContext()
public static void closeUserContext()
public static java.lang.Object getBean(java.lang.String name)
name
- コンテキストからPOJOの取得
public static java.lang.Object getBean(java.lang.String name, java.lang.Class beanClass)
name
- 取得するJavaオブジェクトの名前beanClass
- 取得するBeanクラス
public static org.springframework.context.ApplicationContext getContext()
public static void refreshComponentContext()
public static void refreshSystemContext()
public static void refreshUserContext()
public static boolean shutdownComponents()
public static boolean startComponents(boolean onlyAutoStartComponent)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |