Searched defs:useLastKnownGoodConfig (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DConfigurationHandler.java93 private boolean useLastKnownGoodConfig; field in class:ConfigurationHandler
127 useLastKnownGoodConfig = environment.useLastKnownGoodConfiguration();
851 if (useLastKnownGoodConfig)
857 useLastKnownGoodConfig = false;
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java150 private boolean useLastKnownGoodConfig; field in class:ConfigFileHandler
210 useLastKnownGoodConfig = envConfig.useLastKnownGoodConfiguration();
212 if (useLastKnownGoodConfig)
219 useLastKnownGoodConfig = false;
269 if (maintainConfigArchive && (! useLastKnownGoodConfig))
2296 if (useLastKnownGoodConfig)
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java120 private boolean useLastKnownGoodConfig; field in class:ConfigFileHandler
182 useLastKnownGoodConfig = envConfig.useLastKnownGoodConfiguration();
184 if (useLastKnownGoodConfig)
191 useLastKnownGoodConfig = false;
241 if (maintainConfigArchive && !useLastKnownGoodConfig)
2012 if (useLastKnownGoodConfig)
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java150 private boolean useLastKnownGoodConfig; field in class:ConfigFileHandler
210 useLastKnownGoodConfig = envConfig.useLastKnownGoodConfiguration();
212 if (useLastKnownGoodConfig)
219 useLastKnownGoodConfig = false;
269 if (maintainConfigArchive && (! useLastKnownGoodConfig))
2296 if (useLastKnownGoodConfig)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java150 private boolean useLastKnownGoodConfig; field in class:ConfigFileHandler
202 useLastKnownGoodConfig = envConfig.useLastKnownGoodConfiguration();
204 if (useLastKnownGoodConfig)
211 useLastKnownGoodConfig = false;
261 if (maintainConfigArchive && (! useLastKnownGoodConfig))
2162 if (useLastKnownGoodConfig)
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java120 private boolean useLastKnownGoodConfig; field in class:ConfigFileHandler
182 useLastKnownGoodConfig = envConfig.useLastKnownGoodConfiguration();
184 if (useLastKnownGoodConfig)
191 useLastKnownGoodConfig = false;
241 if (maintainConfigArchive && !useLastKnownGoodConfig)
2012 if (useLastKnownGoodConfig)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DConfigFileHandler.java117 private boolean useLastKnownGoodConfig; field in class:ConfigFileHandler
176 useLastKnownGoodConfig = envConfig.useLastKnownGoodConfiguration();
178 if (useLastKnownGoodConfig)
184 useLastKnownGoodConfig = false;
226 if (maintainConfigArchive && !useLastKnownGoodConfig)
1704 if (useLastKnownGoodConfig)

Completed in 49 milliseconds