Searched refs:needsReload (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DExpirationTest.java163 public boolean needsReload(String name, Locale loc, method in class:ExpirationTest.TestControl
166 boolean b = super.needsReload(name, loc, fmt, cl, rb, time);
167 System.out.println("needsReload: '" + b + "' for " + toName(name, loc, fmt)
H A DStressTest.java201 public boolean needsReload(String baseName, Locale locale, method in class:StressTest.Worker.TestControl
H A DDefaultControlTest.java27 * functionality of newBundle, getTimeToLive, and needsReload is
84 // Test needsReload(String, Locale, String, ClassLoader,
314 // The functionality of needsReload is tested by
325 boolean b = CONTROL.needsReload((String) data[0], loc,
328 error("needsReload(%s, %s, %s, %s, %s, loadTime) doesn't throw NPE.%n",
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java210 * Control#needsReload(String, Locale, String, ClassLoader, ResourceBundle,
211 * long) ResourceBundle.Control.needsReload} for details.
494 // Control.needsReload().
1153 * calls the {@link ResourceBundle.Control#needsReload(String, Locale,
1154 * String, ClassLoader, ResourceBundle, long) control.needsReload}
1271 // don't call control.needsReload here but instead drop into the
1448 // used when calling needsReload later.
1560 // needsReload always returns true.
1574 // Synchronize here to call needsReload to avoid
1581 bundle.expired = control.needsReload(ke
2723 public boolean needsReload(String baseName, Locale locale, method in class:ResourceBundle.Control
[all...]

Completed in 37 milliseconds