WEB开发网
开发学院软件开发Java 增强 WebSphere eXtreme Scale 的 xsadmin 阅读

增强 WebSphere eXtreme Scale 的 xsadmin

 2009-09-29 00:00:00 来源:WEB开发网   
核心提示: 图 5. 选择 OGAdmin 类作为 Java 应用程序由于没有指定命令行参数,应该在应用程序运行之后在控制台视图中显示帮助内容,增强 WebSphere eXtreme Scale 的 xsadmin(7),所得到的结果应该与清单 6 中所示类似,您将会注意到,您希望更改 CmdLinePa

图 5. 选择 OGAdmin 类作为 Java 应用程序

增强 WebSphere eXtreme Scale 的 xsadmin

由于没有指定命令行参数,应该在应用程序运行之后在控制台视图中显示帮助内容。所得到的结果应该与清单 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> 
...

上一页  2 3 4 5 6 7 8 9 10  下一页

Tags:增强 WebSphere eXtreme

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接