Interface RuntimeMBean

All Known Implementing Classes:
Runtime

public interface RuntimeMBean
  • Method Details

    • getExceptionCount

      int getExceptionCount()
    • getBacktraceCount

      int getBacktraceCount()
    • getCallerCount

      int getCallerCount()
    • threadDump

      String threadDump()
    • rawThreadDump

      String rawThreadDump()
    • fullThreadDump

      String fullThreadDump()
    • executeRuby

      String executeRuby(String code)