クラス EntryPointImpl

java.lang.Object
org.iplass.mtp.impl.runtime.EntryPointImpl
すべての実装されたインタフェース:
AutoCloseable, EntryPoint

public class EntryPointImpl extends Object implements EntryPoint
  • メソッドの詳細

    • isInited

      public static boolean isInited()
    • getInstance

      public static EntryPointImpl getInstance()
    • newEntryPointImpl

      static EntryPointImpl newEntryPointImpl(Map<String,String> customProps)
    • runner

      public Runner runner()
      インタフェースからコピーされた説明: EntryPoint
      iPLAss内でロジックを実行するためのRunnerを取得します。
      定義:
      runner インタフェース内 EntryPoint
      戻り値:
    • destroy

      public void destroy()
      インタフェースからコピーされた説明: EntryPoint
      EntryPointを破棄し、iPLAssが管理しているリソースを開放します。
      定義:
      destroy インタフェース内 EntryPoint