Interface ThreadMonitor

    • Method Detail

      • getAliveThreads

        int getAliveThreads()
        Returns the number of alive threads created by the bundles in this resource context. A Thread is considered to be alive when its java state is one of the following:
        • RUNNABLE
        • BLOCKED
        • WAITING
        • TIMED_WAITING

        The ResourceMonitor.getUsage() method returns the same value, wrapped in a int.

        Returns:
        the number of alive threads created by this resource context