Class TransactionUtil.InTransaction<V>

  • All Implemented Interfaces:
    java.util.concurrent.Callable<V>
    Enclosing class:
    TransactionUtil

    public static final class TransactionUtil.InTransaction<V>
    extends java.lang.Object
    implements java.util.concurrent.Callable<V>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected InTransaction​(java.util.concurrent.Callable<V> callable, java.lang.String ifErrorMessage, int timeout, boolean printException)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InTransaction

        protected InTransaction​(java.util.concurrent.Callable<V> callable,
                                java.lang.String ifErrorMessage,
                                int timeout,
                                boolean printException)