Interface GlassFishLogManager.Action

Enclosing class:
GlassFishLogManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GlassFishLogManager.Action
  • Method Summary

    Modifier and Type
    Method
    Description
    default ClassLoader
     
    void
    run()
    Custom action to be performed when executing the reconfiguration.
  • Method Details

    • run

      void run()
      Custom action to be performed when executing the reconfiguration.
    • getClassLoader

      default ClassLoader getClassLoader()
      Returns:
      thread context classloader; can be overriden.