パッケージ org.iplass.mtp.test

クラス TestTransactionService

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

class TestTransactionService extends org.iplass.mtp.impl.transaction.TransactionService
テスト時に利用されるTransactionServiceの実装です。
  • ネストされたクラスの概要

    クラスから継承されたネストされたクラス/インタフェース org.iplass.mtp.impl.transaction.TransactionService

    org.iplass.mtp.impl.transaction.TransactionService.TransactionManagerConstructor
  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
    (package private) static boolean
     
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
     
     
    void
    init(Config config)
     

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • フィールド詳細

    • rollback

      static volatile boolean rollback
  • コンストラクタの詳細

    • TestTransactionService

      TestTransactionService()
  • メソッドの詳細

    • init

      public void init(Config config)
    • destroy

      public void destroy()
    • getTransacitonManager

      public TransactionManager getTransacitonManager()
      定義:
      getTransacitonManager クラス内 org.iplass.mtp.impl.transaction.TransactionService