クラス EntryPointImpl
java.lang.Object
org.iplass.mtp.impl.runtime.EntryPointImpl
- すべての実装されたインタフェース:
AutoCloseable,EntryPoint
-
メソッドの概要
修飾子とタイプメソッド説明voiddestroy()EntryPointを破棄し、iPLAssが管理しているリソースを開放します。static EntryPointImplEntryPointのインスタンスを取得します。static booleanisInited()EntryPointがすでに初期化済みか否かを取得します。(package private) static EntryPointImplnewEntryPointImpl(Map<String, String> customProps) runner()iPLAss内でロジックを実行するためのRunnerを取得します。クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.runtime.EntryPoint
close, withAuth, withLang, withTenant, withTenant
-
メソッドの詳細
-
isInited
public static boolean isInited()インタフェースからコピーされた説明:EntryPointEntryPointがすでに初期化済みか否かを取得します。- 戻り値:
-
getInstance
インタフェースからコピーされた説明:EntryPointEntryPointのインスタンスを取得します。 EntryPointがまだ初期化されていない場合、 初期化したのちにそのインスタンスを取得します。- 戻り値:
-
newEntryPointImpl
-
runner
インタフェースからコピーされた説明:EntryPointiPLAss内でロジックを実行するためのRunnerを取得します。- 定義:
runnerインタフェース内EntryPoint- 戻り値:
-
destroy
public void destroy()インタフェースからコピーされた説明:EntryPointEntryPointを破棄し、iPLAssが管理しているリソースを開放します。- 定義:
destroyインタフェース内EntryPoint
-