增强 WebSphere eXtreme Scale 的 xsadmin
2009-09-29 00:00:00 来源:WEB开发网图 5. 选择 OGAdmin 类作为 Java 应用程序
由于没有指定命令行参数,应该在应用程序运行之后在控制台视图中显示帮助内容。所得到的结果应该与清单 6 中所示类似。
您将会注意到,帮助文本仍然没有变化,接下来让我们处理这个问题。在帮助文本中,您希望更改 CmdLineParser 类的 printHelp() 方法的原有内容。您只需要在相应的位置插入一行来说明 –l 参数及其使用模式即可。清单 6 显示了在 printHelp() 方法中插入代码行的区域所添加的代码行以粗体显示。
清单 6. 修改后的 printHelp() 方法
static void printHelp() {
System.out.println("The following arguments are required:");
System.out.println(" " + gridNameArg + " \'ObjectGrid name\'"); // 1
System.out.println(" " + mapsetNameArg + " \'Mapset name'"); // 2
System.out.println(OGAdmin.NL);
System.out.println("The following arguments are optional");
System.out.println(" " + listOGArg + " \'View a list of available grids
and associated mapsets\'");
System.out.println(" " + jmxHostArg + " \'Catalog service JMX hostname,
default value=localhost\'"); // 1
System.out.println(" " + jmxPortArg + " \'Catalog service JMX port. default:
1099 or 9809 for DMGR host\'"); // 2
System.out.println(" " + dmgrArg + " \'Specify this flag, if connecting to
WebSphere DMGR host.\'"); // 14
System.out.println(OGAdmin.NL);
System.out.println("The following arguments are required if security is
enabled");
System.out.println(" " + userArg + " \'Username\'");
System.out.println(" " + passArg + " \'Password\'");// 1
System.out.println(OGAdmin.NL);
System.out.println("The following arguments are required if SSL is enabled");
System.out.println(" " + sslArg + " \'Enables SSL authentication\'");
System.out.println(" " + trustPathArg + " \'Absolute path to trust store\'");
System.out.println(" " + trustPassArg + " \'Trust store password\'");
System.out.println(" " + trustTypeArg + " \'Trust store type\'");
System.out.println(OGAdmin.NL);
...
<code continues>
...
- ››WebSphere Application Server 7.0 XML Feature P...
- ››增强用户的体验愉悦性和专注度:保持用户的游戏体验...
- ››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的支持
更多精彩
赞助商链接