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 RuntimeMBean
public int getBacktraceCount()
getBacktraceCount
in interface RuntimeMBean
public int getCallerCount()
getCallerCount
in interface RuntimeMBean
Copyright © 2002-2009 JRuby Team. All Rights Reserved.