com.mysql.management.util
Class RuntimeI.Default

java.lang.Object
  extended by com.mysql.management.util.RuntimeI.Stub
      extended by com.mysql.management.util.RuntimeI.Default
All Implemented Interfaces:
RuntimeI
Enclosing interface:
RuntimeI

public static final class RuntimeI.Default
extends RuntimeI.Stub


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.mysql.management.util.RuntimeI
RuntimeI.Default, RuntimeI.Stub
 
Constructor Summary
RuntimeI.Default()
           
 
Method Summary
 int availableProcessors()
           
 java.lang.Process exec(java.lang.String[] cmdarray, java.lang.String[] envp, java.io.File dir)
           
 long freeMemory()
           
 long maxMemory()
           
 long totalMemory()
           
 
Methods inherited from class com.mysql.management.util.RuntimeI.Stub
addShutdownHook, exec, exec, exec, exec, exec, exit, gc, getLocalizedInputStream, getLocalizedOutputStream, halt, load, loadLibrary, removeShutdownHook, runFinalization, traceInstructions, traceMethodCalls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeI.Default

public RuntimeI.Default()
Method Detail

availableProcessors

public int availableProcessors()
Specified by:
availableProcessors in interface RuntimeI
Overrides:
availableProcessors in class RuntimeI.Stub
See Also:
Runtime.availableProcessors()

exec

public java.lang.Process exec(java.lang.String[] cmdarray,
                              java.lang.String[] envp,
                              java.io.File dir)
Specified by:
exec in interface RuntimeI
Overrides:
exec in class RuntimeI.Stub
See Also:
Runtime.exec(java.lang.String[], java.lang.String[], java.io.File)

freeMemory

public long freeMemory()
Specified by:
freeMemory in interface RuntimeI
Overrides:
freeMemory in class RuntimeI.Stub
See Also:
Runtime.freeMemory()

maxMemory

public long maxMemory()
Specified by:
maxMemory in interface RuntimeI
Overrides:
maxMemory in class RuntimeI.Stub
See Also:
Runtime.maxMemory()

totalMemory

public long totalMemory()
Specified by:
totalMemory in interface RuntimeI
Overrides:
totalMemory in class RuntimeI.Stub
See Also:
Runtime.totalMemory()


Copyright © 2004-2011. All Rights Reserved.