增强 WebSphere eXtreme Scale 的 xsadmin
2009-09-29 00:00:00 来源:WEB开发网核心提示: 清单 4. 修改后的 main() 代码片段/**Added!o.listOGtoaccountfortheconditionofauserwantingtojustseethe*listofgridsandassociatedmapsets-whowantstospecifytheothero
清单 4. 修改后的 main() 代码片段
/*
* Added !o.listOG to account for the condition of a user wanting to just see the
* list of grids and associated mapsets - who wants to specify the other options for
* a listing????
*/
if (!(o.showContainers || o.showHosts || o.showPrimaries || o.showUnAssigned)
&& !o.listOG) {
CmdLineParser.printShowHelp();
// System.exit(-1);
return;
}
在源代码中往下一点,将会看到负责输出网格名称和映射集的代码(清单 5)。
清单 5. 用于输出网格/映射集的逻辑
if (o.listOG) {
printListOfOG(jmxProxy.getObjectGridNames());
return;
}
对此代码进行编译之后,应该就准备好运行示例测试了。要在 Rational Application Developer 中进行此工作,请在面板顶部的工具栏中单击 Run 图标,并选择 Run As => Java Application(图 4)。
图 4. 运行应用程序
图片看不清楚?请点击这里查看原图(大图)。
在 Select Java Application 对话框(图 5)中,输入 OGAdmin,以指定将 main 类作为应用程序使用。选择类,并单击 OK 以继续。
[]
- ››WebSphere 反向投资者: 解决 WebSphere Applicati...
- ››WebSphere sMash 的创新应用,第 2 部分: 借助包装...
- ››Websphere MQ v6集群的负载均衡新功能
- ››WebSphere Process Server V6.0.2 集群,第 2 部分...
- ››WebSphere Process Server V6.0.2 集群,第 1 部分...
- ››WebSphere MQ性能调优浅谈
- ››WebSphere配置资源库管理
- ››WebSphere中的SSL/TLS:用法、配置和性能
- ››websphere ejb远程/本地调用总结
- ››WebSphere Application Server对SIP的支持
- ››WebSphere Process Server V6 体系结构概述
- ››WebSphere Business Process Management V6.1 入门...
赞助商链接