Klasse java.lang.Runtime | 1.0 |
java.lang.Object | +--java.lang.Runtime
Methoden | |
---|---|
public void | addShutdownHook(Thread hook) ![]() |
public native int | availableProcessors() ![]() |
public Process | exec(String command) |
public Process | exec(String command, String[] envp) |
public Process | exec(String[] cmdarray) |
public Process | exec(String[] cmdarray, String[] envp) |
public Process | exec(String command, String[] envp, File dir) ![]() |
public Process | exec(String[] cmdarray, String[] envp, File dir) ![]() |
public void | exit(int status) |
public native long | freeMemory() |
public native void | gc() |
public InputStream | getLocalizedInputStream(InputStream in)
Verworfen in Version 1.1. |
public OutputStream | getLocalizedOutputStream(OutputStream out)
Verworfen in Version 1.1. |
public static Runtime | getRuntime() |
public void | halt(int status) ![]() |
public synchronized void | load(String filename) |
public synchronized void | loadLibrary(String libname) |
public native long | maxMemory() ![]() |
public boolean | removeShutdownHook(Thread hook) ![]() |
public native void | runFinalization() ![]() |
public static void | runFinalizersOnExit(boolean value) ![]() |
public native long | totalMemory() |
public native void | traceInstructions(boolean on) |
public native void | traceMethodCalls(boolean on) |