Interface ManageableThread

    • Method Detail

      • isShutdown

        boolean isShutdown()
        This method is used by the application component provider to check whether a thread created by the newThread method of ManagedThreadFactory has been marked for shut down. If the value is true, the application component provider should finish any work on this thread as soon as possible.
        Returns:
        true if this thread has been marked for shutdown.