クラス EntryPointImpl

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

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

    • isInited

      public static boolean isInited()
      インタフェースからコピーされた説明: EntryPoint
      EntryPointがすでに初期化済みか否かを取得します。
      戻り値:
    • getInstance

      public static EntryPointImpl getInstance()
      インタフェースからコピーされた説明: EntryPoint
      EntryPointのインスタンスを取得します。 EntryPointがまだ初期化されていない場合、 初期化したのちにそのインスタンスを取得します。
      戻り値:
    • 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