Examples of FutureLatch


Examples of org.hornetq.utils.FutureLatch

      }
   }

   public void flushExecutors()
   {
      FutureLatch future = new FutureLatch();
      executor.execute(future);
      while (!future.await(1000))
      {
         HornetQServerLogger.LOGGER.timedOutFlushingExecutorsPagingCursor(this);
      }
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.