Lines Matching defs:expired

319      * The flag indicating this bundle has expired in the cache.
321 private volatile boolean expired;
325 * the cache (yet) or has expired.
1046 * all of its parent instances have not expired, the instance is returned
1152 * resource bundle found in the cache has expired, the factory method
1269 // If this bundle and all of its parents are valid (not expired),
1270 // then return this bundle. If any of the bundles is expired, we
1369 // flag indicating the resource bundle has expired in the cache
1377 expiredBundle = bundle.expired;
1453 // sure to clear the expired flag here.
1454 bundle.expired = false;
1468 * including the leaf, have expired.
1473 if (bundle.expired) {
1507 * Finds a bundle in the cache. Any expired bundles are marked as
1508 * `expired' and removed from the cache upon return.
1513 * cache or its parent has expired. <code>bundle.expire</code> is true
1514 * upon return if the bundle in the cache has expired.
1528 // If the parent has expired, then this one must also expire. We
1537 // If ja has expired, then it will reload ja and the list becomes a
1541 // " <- ja (expired) <- ja_JP <- ja_JP_JP
1544 // which references to the expired ja. Then, ja_JP is marked as
1545 // expired and removed from the cache. This will be propagated to
1550 // base bundle has expired. Then, what we get from the first
1551 // getBundle call includes the expired base bundle. However, if
1553 // base bundle has expired at the end of the loading process. The
1555 // its parents haven't expired.
1558 // the chain that has expired. But this process may never end. An
1561 if (p != null && p.expired) {
1563 bundle.expired = true;
1570 if (!bundle.expired && expirationTime >= 0 &&
1572 // its TTL period has expired.
1578 if (!bundle.expired && expirationTime >= 0 &&
1581 bundle.expired = control.needsReload(key.getName(),
1590 if (bundle.expired) {
1593 // return the bundle with the expired flag
1636 // us and it has not expired, we should use the one in the cache.
1639 if (rb != null && !rb.expired) {
1647 // Replace the invalid (garbage collected or expired)
1661 // expired in the cache.
2475 * loaded resource bundle has expired.
2529 * if reloading an expired resource bundle,
2638 * has expired, the factory method calls the {@link
2660 * cached time) to get loaded bundles expired in the cache,
2676 * Determines if the expired <code>bundle</code> in the cache needs
2711 * the resource bundle instance that has been expired
2716 * @return <code>true</code> if the expired bundle needs to be