Package org.jooq.impl

Class DefaultExecutor

  • All Implemented Interfaces:
    java.util.concurrent.Executor

    public class DefaultExecutor
    extends java.lang.Object
    implements java.util.concurrent.Executor
    A default Executor implementation.
    Author:
    Lukas Eder
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultExecutor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.Runnable command)  
      • Methods inherited from class java.lang.Object

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

      • DefaultExecutor

        public DefaultExecutor()
    • Method Detail

      • execute

        public final void execute​(java.lang.Runnable command)
        Specified by:
        execute in interface java.util.concurrent.Executor