java.lang
Class Runtime

java.lang.Object
  extended by java.lang.Runtime


public class Runtime
extends Object

Standard representation of the runtime, as specified by the standard Java API.

Compliance: CLDC: 1.0 complete

Compliance: J2SE: 1.4 incomplete


Method Summary
 void exit(int status)
           
 long freeMemory()
           
 void gc()
           
static Runtime getRuntime()
           
 long totalMemory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

exit

public void exit(int status)

freeMemory

public long freeMemory()

gc

public void gc()

totalMemory

public long totalMemory()

getRuntime

public static Runtime getRuntime()