クラス EntryPointImpl
java.lang.Object
org.iplass.mtp.impl.runtime.EntryPointImpl
- すべての実装されたインタフェース:
AutoCloseable,EntryPoint
-
メソッドの概要
修飾子とタイプメソッド説明voiddestroy()EntryPointを破棄し、iPLAssが管理しているリソースを開放します。static EntryPointImplstatic booleanisInited()(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() -
getInstance
-
newEntryPointImpl
-
runner
インタフェースからコピーされた説明:EntryPointiPLAss内でロジックを実行するためのRunnerを取得します。- 定義:
runnerインタフェース内EntryPoint- 戻り値:
-
destroy
public void destroy()インタフェースからコピーされた説明:EntryPointEntryPointを破棄し、iPLAssが管理しているリソースを開放します。- 定義:
destroyインタフェース内EntryPoint
-