public class Runtime extends Object implements RuntimeMBean
| Modifier and Type | Method and Description | 
|---|---|
| String | dumpThreads(TraceType.Gather gather) | 
| String | executeRuby(String code) | 
| String | fullThreadDump() | 
| int | getBacktraceCount() | 
| int | getCallerCount() | 
| int | getExceptionCount() | 
| String | rawThreadDump() | 
| String | threadDump() | 
public Runtime(Ruby ruby)
public int getExceptionCount()
getExceptionCount in interface RuntimeMBeanpublic int getBacktraceCount()
getBacktraceCount in interface RuntimeMBeanpublic int getCallerCount()
getCallerCount in interface RuntimeMBeanpublic String threadDump()
threadDump in interface RuntimeMBeanpublic String rawThreadDump()
rawThreadDump in interface RuntimeMBeanpublic String fullThreadDump()
fullThreadDump in interface RuntimeMBeanpublic String dumpThreads(TraceType.Gather gather)
public String executeRuby(String code)
executeRuby in interface RuntimeMBeanCopyright © 2001-2015 JRuby. All Rights Reserved.