217218219220221222223224225226227228
getMBeanServer()); info.setup(); info.setDeviceSize(deviceSize); info.setProperties(props); HADBConfigureCluster hcc = new HADBConfigureCluster(info); return hcc.configure(); } catch(HADBSetupException hse) { throw hse; }