Monitoring and Management Interface for the Java Platform

com.sun.management
Class OSMBeanFactory

java.lang.Object
  extended by com.sun.management.OSMBeanFactory

public class OSMBeanFactory
extends Object

Operating system dependent MBean factory.

WARNING: While this class is public, it should not be treated as public API and its API may change in incompatable ways between dot dot releases and even patch releases. You should not rely on this class.


Method Summary
static OperatingSystemMXBean getOperatingSystemMXBean(sun.management.VMManagement jvm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOperatingSystemMXBean

public static OperatingSystemMXBean getOperatingSystemMXBean(sun.management.VMManagement jvm)

Monitoring and Management Interface for the Java Platform

Copyright © 2003, 2011, Oracle and/or its affiliates. All rights reserved.