Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/java/util/concurrent/RejectedExecutionHandler.fz


# Fuzion interface to instance members of Java instance class 'java.util.concurrent.RejectedExecutionHandler'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.java.util.concurrent.RejectedExecutionHandler(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract void java.util.concurrent.RejectedExecutionHandler.rejectedExecution(java.lang.Runnable,java.util.concurrent.ThreadPoolExecutor)':
  #
  public rejectedExecution_Ljava_7_lang_7_Runnable_s_Ljava_7_util_7_concurrent_7_ThreadPoolExecutor_s_(arg0 Java.java.lang.Runnable, arg1 Java.java.util.concurrent.ThreadPoolExecutor) unit =>
    fuzion.java.call_virtual (unit) "java.util.concurrent.RejectedExecutionHandler" "rejectedExecution" "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V" RejectedExecutionHandler.this [(Java.java.util.concurrent.RejectedExecutionHandler.rejectedExecution_Ljava_7_lang_7_Runnable_s_Ljava_7_util_7_concurrent_7_ThreadPoolExecutor_s_.this.arg0); (Java.java.util.concurrent.RejectedExecutionHandler.rejectedExecution_Ljava_7_lang_7_Runnable_s_Ljava_7_util_7_concurrent_7_ThreadPoolExecutor_s_.this.arg1)]

  # short-hand to call Java method 'public abstract void java.util.concurrent.RejectedExecutionHandler.rejectedExecution(java.lang.Runnable,java.util.concurrent.ThreadPoolExecutor)':
  #
  public rejectedExecution(arg0 Java.java.lang.Runnable, arg1 Java.java.util.concurrent.ThreadPoolExecutor) (unit) =>
    rejectedExecution_Ljava_7_lang_7_Runnable_s_Ljava_7_util_7_concurrent_7_ThreadPoolExecutor_s_ Java.java.util.concurrent.RejectedExecutionHandler.rejectedExecution.this.arg0 Java.java.util.concurrent.RejectedExecutionHandler.rejectedExecution.this.arg1