com.mysql.management.util
Class RuntimeI.Stub
java.lang.Object
com.mysql.management.util.RuntimeI.Stub
- All Implemented Interfaces:
- RuntimeI
- Direct Known Subclasses:
- RuntimeI.Default
- Enclosing interface:
- RuntimeI
public static class RuntimeI.Stub
- extends java.lang.Object
- implements RuntimeI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeI.Stub
public RuntimeI.Stub()
addShutdownHook
public void addShutdownHook(java.lang.Thread hook)
- Specified by:
addShutdownHook in interface RuntimeI
- See Also:
{
availableProcessors
public int availableProcessors()
- Specified by:
availableProcessors in interface RuntimeI
- See Also:
Runtime.availableProcessors()
exec
public java.lang.Process exec(java.lang.String command,
java.lang.String[] envp,
java.io.File dir)
- Specified by:
exec in interface RuntimeI
- See Also:
Runtime.exec(java.lang.String, java.lang.String[],
java.io.File)
exec
public java.lang.Process exec(java.lang.String cmd,
java.lang.String[] envp)
- Specified by:
exec in interface RuntimeI
- See Also:
Runtime.exec(java.lang.String, java.lang.String[])
exec
public java.lang.Process exec(java.lang.String command)
- Specified by:
exec in interface RuntimeI
- See Also:
Runtime.exec(java.lang.String)
exec
public java.lang.Process exec(java.lang.String[] cmdarray,
java.lang.String[] envp,
java.io.File dir)
- Specified by:
exec in interface RuntimeI
- See Also:
Runtime.exec(java.lang.String[], java.lang.String[],
java.io.File)
exec
public java.lang.Process exec(java.lang.String[] cmdarray,
java.lang.String[] envp)
- Specified by:
exec in interface RuntimeI
- See Also:
Runtime.exec(java.lang.String[], java.lang.String[])
exec
public java.lang.Process exec(java.lang.String[] cmdarray)
- Specified by:
exec in interface RuntimeI
- See Also:
Runtime.exec(java.lang.String[])
exit
public void exit(int status)
- Specified by:
exit in interface RuntimeI
- See Also:
Runtime.exit(int)
freeMemory
public long freeMemory()
- Specified by:
freeMemory in interface RuntimeI
- See Also:
Runtime.freeMemory()
gc
public void gc()
- Specified by:
gc in interface RuntimeI
- See Also:
Runtime.gc()
getLocalizedInputStream
public java.io.InputStream getLocalizedInputStream(java.io.InputStream in)
- Specified by:
getLocalizedInputStream in interface RuntimeI
- See Also:
Runtime.getLocalizedInputStream(java.io.InputStream)
getLocalizedOutputStream
public java.io.OutputStream getLocalizedOutputStream(java.io.OutputStream out)
- Specified by:
getLocalizedOutputStream in interface RuntimeI
- See Also:
Runtime.getLocalizedOutputStream(java.io.OutputStream)
halt
public void halt(int status)
- Specified by:
halt in interface RuntimeI
- See Also:
Runtime.halt(int)
load
public void load(java.lang.String filename)
- Specified by:
load in interface RuntimeI
- See Also:
Runtime.load(java.lang.String)
loadLibrary
public void loadLibrary(java.lang.String libname)
- Specified by:
loadLibrary in interface RuntimeI
- See Also:
Runtime.loadLibrary(java.lang.String)
maxMemory
public long maxMemory()
- Specified by:
maxMemory in interface RuntimeI
- See Also:
Runtime.maxMemory()
removeShutdownHook
public boolean removeShutdownHook(java.lang.Thread hook)
- Specified by:
removeShutdownHook in interface RuntimeI
- See Also:
Runtime.removeShutdownHook(java.lang.Thread)
runFinalization
public void runFinalization()
- Specified by:
runFinalization in interface RuntimeI
- See Also:
Runtime.runFinalization()
totalMemory
public long totalMemory()
- Specified by:
totalMemory in interface RuntimeI
- See Also:
Runtime.totalMemory()
traceInstructions
public void traceInstructions(boolean on)
- Specified by:
traceInstructions in interface RuntimeI
- See Also:
Runtime.traceInstructions(boolean)
traceMethodCalls
public void traceMethodCalls(boolean on)
- Specified by:
traceMethodCalls in interface RuntimeI
- See Also:
Runtime.traceMethodCalls(boolean)
Copyright © 2004-2011. All Rights Reserved.