Class EntityTransactionManager.VoidInvokable

    • Constructor Summary

      Constructors 
      Constructor Description
      VoidInvokable​(java.lang.Runnable runnable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke()
      Called to produce a value.
      • Methods inherited from class java.lang.Object

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

      • VoidInvokable

        public VoidInvokable​(java.lang.Runnable runnable)
    • Method Detail

      • invoke

        public java.lang.Object invoke()
        Description copied from interface: Invokable
        Called to produce a value.
        Specified by:
        invoke in interface Invokable