public class Runtime extends java.lang.Object implements RuntimeMBean
| Modifier and Type | Method and Description |
|---|---|
int |
getBacktraceCount() |
int |
getCallerCount() |
int |
getExceptionCount() |
public Runtime(Ruby ruby)
public int getExceptionCount()
getExceptionCount in interface RuntimeMBeanpublic int getBacktraceCount()
getBacktraceCount in interface RuntimeMBeanpublic int getCallerCount()
getCallerCount in interface RuntimeMBeanCopyright © 2002-2009 JRuby Team. All Rights Reserved.