public class EntryPointImpl extends java.lang.Object implements EntryPoint
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
destroy()
EntryPointを破棄し、iPLAssが管理しているリソースを開放します。
|
static EntryPointImpl |
getInstance()
EntryPointのインスタンスを取得します。
|
static boolean |
isInited()
EntryPointがすでに初期化済みか否かを取得します。
|
(package private) static EntryPointImpl |
newEntryPointImpl(java.util.Map<java.lang.String,java.lang.String> customProps) |
Runner |
runner()
iPLAss内でロジックを実行するためのRunnerを取得します。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilder, close, init, withAuth, withLang, withTenant, withTenantpublic static boolean isInited()
EntryPointisInited インタフェース内 EntryPointpublic static EntryPointImpl getInstance()
EntryPointgetInstance インタフェース内 EntryPointstatic EntryPointImpl newEntryPointImpl(java.util.Map<java.lang.String,java.lang.String> customProps)
public Runner runner()
EntryPointrunner インタフェース内 EntryPointpublic void destroy()
EntryPointdestroy インタフェース内 EntryPoint