Package org.iplass.mtp.spi


package org.iplass.mtp.spi
  • Class
    Description
    Service初期化時の設定をあらわすインタフェースです。 Note:スレッドセーフではない点注意ください。 Service.init(Config)内のみで扱う想定のインスタンスです。
    The Builder interface that can be used to customize the Service definition's property/bean value generation process.
    iPLAssにて管理されるServiceのインタフェースです。
    Serviceの初期化時に、設定が不正の場合にスローする例外です。
    Service配下にて管理されるBeanが Serviceのライフサイクルの通知を受け取る場合に実装するインタフェースです。
    Serviceのレジストリです。 iPLAssが管理するServiceのインスタンスを取得可能です。 Serviceは設定ファイルにてコンフィグレーション可能です。