Class RejectedExecutionHandlerRejectOld

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

    public class RejectedExecutionHandlerRejectOld
    extends java.lang.Object
    implements java.util.concurrent.RejectedExecutionHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void rejectedExecution​(java.lang.Runnable r, java.util.concurrent.ThreadPoolExecutor executor)  
      • Methods inherited from class java.lang.Object

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

      • RejectedExecutionHandlerRejectOld

        public RejectedExecutionHandlerRejectOld()
    • Method Detail

      • rejectedExecution

        public void rejectedExecution​(java.lang.Runnable r,
                                      java.util.concurrent.ThreadPoolExecutor executor)
        Specified by:
        rejectedExecution in interface java.util.concurrent.RejectedExecutionHandler