ManagementFactory.getPlatformMBeanServer() vs MBeanServerFactory.createMBeanServ
时间:2011-06-09 来源:规格严格-功夫到家
ManagementFactory.getPlatformMBeanServer() returns a reference to the existing MBean server within the JVM. JConsole looks at the beans on that server.
If you use createMBeanServer(), that will create an entirely new server. JConsole has no knowledge of it, and so will not see the beans registered with it.
相关阅读 更多 +
排行榜 更多 +