public JMXServiceURL getServiceUrl() {
Text jmxUrlText = (Text) getGridComposite().getControl(CONTROL_NAME_JMX_URL_TEXT);
String jmxServiceUrlString = jmxUrlText.getText();
try {
return new JMXServiceURL(jmxServiceUrlString);
}
catch (MalformedURLException e) {
// Validation should ensure that this should never happen
return null;
}
}
ZooKeeperServerNewWizardPage2.java 文件源码
java
阅读 28
收藏 0
点赞 0
评论 0
项目:eZooKeeper
作者:
评论列表
文章目录