org.jruby.management
Class Runtime

java.lang.Object
  extended by org.jruby.management.Runtime
All Implemented Interfaces:
RuntimeMBean

public class Runtime
extends java.lang.Object
implements RuntimeMBean


Constructor Summary
Runtime(Ruby ruby)
           
 
Method Summary
 int getBacktraceCount()
           
 int getCallerCount()
           
 int getExceptionCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Runtime

public Runtime(Ruby ruby)
Method Detail

getExceptionCount

public int getExceptionCount()
Specified by:
getExceptionCount in interface RuntimeMBean

getBacktraceCount

public int getBacktraceCount()
Specified by:
getBacktraceCount in interface RuntimeMBean

getCallerCount

public int getCallerCount()
Specified by:
getCallerCount in interface RuntimeMBean


Copyright © 2002-2009 JRuby Team. All Rights Reserved.