com.quadrique.jbuildingblocks.core.process
Class JbbVmMXbeanAccess

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.process.JbbVmMXbeanAccess

public class JbbVmMXbeanAccess
extends Object

Author:
dkumbham

Constructor Summary
JbbVmMXbeanAccess()
          Constructor for local VM info
JbbVmMXbeanAccess(String host, int port)
          Constructor for remote VM.
 
Method Summary
 JbbVmMemoryInfo getMemoryInfo()
           
 JbbVmOSInfo getOSInfo()
           
 JbbVmRuntimeInfo getRuntimeInfo()
           
 JbbVmThreadInfo getThreadInfo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbbVmMXbeanAccess

public JbbVmMXbeanAccess(String host,
                         int port)
                  throws Exception
Constructor for remote VM.

Parameters:
host -
port -
Throws:
Exception

JbbVmMXbeanAccess

public JbbVmMXbeanAccess()
Constructor for local VM info

Throws:
Exception
Method Detail

getThreadInfo

public JbbVmThreadInfo getThreadInfo()
                              throws Exception
Throws:
Exception

getMemoryInfo

public JbbVmMemoryInfo getMemoryInfo()
                              throws Exception
Throws:
Exception

getRuntimeInfo

public JbbVmRuntimeInfo getRuntimeInfo()
                                throws Exception
Throws:
Exception

getOSInfo

public JbbVmOSInfo getOSInfo()
                      throws Exception
Throws:
Exception


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.