Class ProgressCheckRejectionPolicy

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

    public class ProgressCheckRejectionPolicy
    extends java.lang.Object
    implements java.util.concurrent.RejectedExecutionHandler
    Detects
    Since:
    1/29/13
    Author:
    Radim Vansa <rvansa@redhat.com>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • 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

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

      • ProgressCheckRejectionPolicy

        public ProgressCheckRejectionPolicy​(java.lang.String rejection_policy)
    • Method Detail

      • rejectedExecution

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