Class BasicRepositoryConnector.DirectExecutor

  • All Implemented Interfaces:
    java.util.concurrent.Executor
    Enclosing class:
    BasicRepositoryConnector

    private static class BasicRepositoryConnector.DirectExecutor
    extends java.lang.Object
    implements java.util.concurrent.Executor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.util.concurrent.Executor INSTANCE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DirectExecutor()  
    • 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
    • Field Detail

      • INSTANCE

        static final java.util.concurrent.Executor INSTANCE
    • Constructor Detail

      • DirectExecutor

        private DirectExecutor()
    • Method Detail

      • execute

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