/* 395 */ String classname = System.getProperty("com.arjuna.common.util.propertyservice.pluginclassname");
/* 396 */ classname = classname == null ? pluginClassname : classname;
/* */
/* 398 */ PropertyManagerIOPlugin plugin = (PropertyManagerIOPlugin)Thread.currentThread().getContextClassLoader().loadClass(pluginClassname).newInstance();
/* */
/* 400 */ plugin.save(uri, this);
/* */ }
/* */ catch (IOException e)
/* */ {
/* 404 */ throw e;
/* */ }