パッケージ org.iplass.mtp.impl.core
クラス ManagerLocatorImpl
java.lang.Object
org.iplass.mtp.ManagerLocator
org.iplass.mtp.impl.core.ManagerLocatorImpl
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.ManagerLocator
MANAGER_LOCATOR_SYSTEM_PROPERTY_NAME -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected <M extends Manager>
McreateManagerInstance(Class<M> type) <M extends Manager>
MgetManager(Class<M> type) Managerのインスタンスを取得します。クラスから継承されたメソッド org.iplass.mtp.ManagerLocator
getInstance, manager
-
コンストラクタの詳細
-
ManagerLocatorImpl
public ManagerLocatorImpl()
-
-
メソッドの詳細
-
getManager
クラスからコピーされた説明:ManagerLocatorManagerのインスタンスを取得します。- 定義:
getManagerクラス内ManagerLocator- パラメータ:
type- 取得するManagerのタイプ- 戻り値:
- Managerのインスタンス
-
createManagerInstance
-