joeq.ClassLib.Common.java.lang
Class Runtime

java.lang.Object
  extended by joeq.ClassLib.Common.java.lang.Runtime

public abstract class Runtime
extends Object

Runtime

Version:
$Id: Runtime.java,v 1.8 2004/09/30 03:35:32 joewhaley Exp $
Author:
John Whaley

Constructor Summary
Runtime()
           
 
Method Summary
 long freeMemory()
           
 void gc()
           
 long totalMemory()
           
 void traceInstructions(boolean on)
           
 void traceMethodCalls(boolean on)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Runtime

public Runtime()
Method Detail

freeMemory

public long freeMemory()

totalMemory

public long totalMemory()

gc

public void gc()

traceInstructions

public void traceInstructions(boolean on)

traceMethodCalls

public void traceMethodCalls(boolean on)


Copyright © 2001-2005 John Whaley. All Rights Reserved.