Searched defs:expired (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPConnection.java150 * Returns true if the timeout has expired on this connection;
154 boolean expired(long time) method in class:TCPConnection
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCImpl.java228 * Check if leases have expired. If a lease has expired, remove
242 * targets removed from their notifySet. Remove expired
249 if (info.expired(time)) {
329 boolean expired(long time) { method in class:DGCImpl.LeaseInfo
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java319 * The flag indicating this bundle has expired in the cache.
321 private volatile boolean expired; field in class:ResourceBundle
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 fla
[all...]

Completed in 481 milliseconds