Searched defs:confHandler (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2523 * @param confHandler the configuration handler to be used to delete the
2528 public static void deleteConfigSubtree(ConfigHandler confHandler, DN dn) argument
2531 ConfigEntry confEntry = confHandler.getConfigEntry(dn);
2539 deleteConfigSubtree(confHandler, childDN);
2541 confHandler.deleteEntry(dn, null);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2522 * @param confHandler the configuration handler to be used to delete the
2527 public static void deleteConfigSubtree(ConfigHandler confHandler, DN dn) argument
2530 ConfigEntry confEntry = confHandler.getConfigEntry(dn);
2538 deleteConfigSubtree(confHandler, childDN);
2540 confHandler.deleteEntry(dn, null);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2523 * @param confHandler the configuration handler to be used to delete the
2528 public static void deleteConfigSubtree(ConfigHandler confHandler, DN dn) argument
2531 ConfigEntry confEntry = confHandler.getConfigEntry(dn);
2539 deleteConfigSubtree(confHandler, childDN);
2541 confHandler.deleteEntry(dn, null);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2522 * @param confHandler the configuration handler to be used to delete the
2527 public static void deleteConfigSubtree(ConfigHandler confHandler, DN dn) argument
2530 ConfigEntry confEntry = confHandler.getConfigEntry(dn);
2538 deleteConfigSubtree(confHandler, childDN);
2540 confHandler.deleteEntry(dn, null);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java2452 * @param confHandler the configuration handler to be used to delete the
2457 public static void deleteConfigSubtree(ConfigHandler confHandler, DN dn) argument
2460 ConfigEntry confEntry = confHandler.getConfigEntry(dn);
2468 deleteConfigSubtree(confHandler, childDN);
2470 confHandler.deleteEntry(dn, null);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java2353 * @param confHandler the configuration handler to be used to delete the
2359 public static void deleteConfigSubtree(ConfigHandler confHandler, DN dn) argument
2362 ConfigEntry confEntry = confHandler.getConfigEntry(dn);
2369 deleteConfigSubtree(confHandler, childDN);
2371 confHandler.deleteEntry(dn, null);

Completed in 442 milliseconds