Interface ManagedExecutorWithHungThreads

    • Method Detail

      • getName

        String getName()
        Returns:
        the executor's name
      • terminateHungTasks

        default void terminateHungTasks()
        Attempts to terminate the executor's hung tasks, by cancelling such tasks.
      • getHungThreads

        Collection<org.glassfish.enterprise.concurrent.AbstractManagedThread> getHungThreads()
        Returns:
        the executor's hung threads