/* 114 */ for (iter = mbeans.iterator(); iter.hasNext(); )
/* */ {
/* 116 */ ObjectInstance inst = (ObjectInstance)iter.next();
/* */ try
/* */ {
/* 119 */ ClusterPartitionMBean cp = (ClusterPartitionMBean)MBeanProxyExt.create(ClusterPartitionMBean.class, inst.getObjectName(), server);
/* */
/* 123 */ result = cp.getHAPartition();
/* */ }
/* */ catch (Exception e)
/* */ {
/* */ }
/* */ }