Class StopThreadFunction.ForJava20

    • Constructor Detail

      • ForJava20

        public ForJava20​(java.util.Map<java.lang.Object,​java.lang.Object> context)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • retrieveStopThreadMethod

        protected java.lang.reflect.Method retrieveStopThreadMethod()
                                                             throws java.lang.NoSuchMethodException,
                                                                    java.lang.SecurityException
        Overrides:
        retrieveStopThreadMethod in class StopThreadFunction.ForJava7
        Throws:
        java.lang.NoSuchMethodException
        java.lang.SecurityException
      • accept

        public void accept​(java.lang.Thread thread,
                           java.lang.Throwable threadDeath)
                    throws java.lang.Throwable
        Specified by:
        accept in interface ThrowingBiConsumer<java.lang.Thread,​java.lang.Throwable,​java.lang.Throwable>
        Overrides:
        accept in class StopThreadFunction.Abst
        Throws:
        java.lang.Throwable