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

Java/javax/security/auth/Destroyable.fz


# Fuzion interface to instance members of Java instance class 'javax.security.auth.Destroyable'
#
# !!!!!!  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.javax.security.auth.Destroyable(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public default void javax.security.auth.Destroyable.destroy() throws javax.security.auth.DestroyFailedException':
  #
  public destroy outcome (unit) =>
    fuzion.java.call_virtual (outcome (unit)) "javax.security.auth.Destroyable" "destroy" "()V" Destroyable.this []

  # call Java instance method 'public default boolean javax.security.auth.Destroyable.isDestroyed()':
  #
  public isDestroyed bool =>
    fuzion.java.call_virtual (bool) "javax.security.auth.Destroyable" "isDestroyed" "()Z" Destroyable.this []