@Test
public void testMBeanServer() throws IOException {
//connect to server
final JMXConnector connection = JmxConnectionHelper.buildJmxMPConnector(JMXSERVERIP,serverObj.getConnectorSystemPort());
//do test
MBeanServerConnection mbsConnection = JmxServerHelper.getMBeanServer(connection);
Assert.assertNotNull(mbsConnection);
if(mbsConnection != null){
log.log(Level.INFO,"Registered MBeanCount on MBS: " + mbsConnection.getMBeanCount());
}
log.log(Level.FINEST, "DONE: testMBeanServer");
}
JmxNetworkManagerTest.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:Byter
作者:
评论列表
文章目录