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

增强 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. 运行应用程序

增强 WebSphere eXtreme Scale 的 xsadmin

图片看不清楚?请点击这里查看原图(大图)。

在 Select Java Application 对话框(图 5)中,输入 OGAdmin,以指定将 main 类作为应用程序使用。选择类,并单击 OK 以继续。

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

Tags:增强 WebSphere eXtreme

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