my.avalon.jmx.tools
Interface SystemInfoMBean

All Known Implementing Classes:
SystemInfo

public interface SystemInfoMBean

MBean interface.


Method Summary
 void exit(int status)
           
 void gc(int status)
           
 long getFreeMemory()
           
 int getNumberOfActiveThreads()
           
 java.lang.String getProperty(java.lang.String key)
           
 int getRatioMemory()
           
 long getTotalMemory()
           
 java.util.Properties showProperties()
           
 void traceInstructions(boolean on)
           
 void traceMethodCalls(boolean on)
           
 

Method Detail

getFreeMemory

public long getFreeMemory()
                   throws java.lang.Exception
Throws:
java.lang.Exception

getTotalMemory

public long getTotalMemory()
                    throws java.lang.Exception
Throws:
java.lang.Exception

getRatioMemory

public int getRatioMemory()
                   throws java.lang.Exception
Throws:
java.lang.Exception

gc

public void gc(int status)
        throws java.lang.Exception
Throws:
java.lang.Exception

exit

public void exit(int status)
          throws java.lang.Exception
Throws:
java.lang.Exception

traceInstructions

public void traceInstructions(boolean on)
                       throws java.lang.Exception
Throws:
java.lang.Exception

traceMethodCalls

public void traceMethodCalls(boolean on)
                      throws java.lang.Exception
Throws:
java.lang.Exception

showProperties

public java.util.Properties showProperties()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getProperty

public java.lang.String getProperty(java.lang.String key)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getNumberOfActiveThreads

public int getNumberOfActiveThreads()
                             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2004 . All Rights Reserved.