パッケージ org.iplass.mtp.impl.core

クラス ManagerFactory

java.lang.Object
org.iplass.mtp.impl.core.ManagerFactory
すべての実装されたインタフェース:
Service

public class ManagerFactory extends Object implements Service
  • コンストラクタの詳細

    • ManagerFactory

      public ManagerFactory()
  • メソッドの詳細

    • init

      public void init(Config config)
      定義:
      init インタフェース内 Service
    • destroy

      public void destroy()
      定義:
      destroy インタフェース内 Service
    • create

      public <M extends Manager> M create(Class<M> type)