Searched refs:forceClose (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DClosedChannelList.java62 public synchronized void check (boolean forceClose) { argument
67 if (forceClose || elm.expiry <= now) {
/openjdk7/jdk/test/sun/net/www/httptest/
H A DClosedChannelList.java62 public synchronized void check (boolean forceClose) { argument
67 if (forceClose || elm.expiry <= now) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapClient.java66 * referenceCount - sync within LdapClient; exception is forceClose() which
457 private void forceClose(boolean cleanPool) { method in class:LdapClient
461 System.err.println("LdapClient: forceClose() of " + this);
478 forceClose(pooled);
485 forceClose(false); // this is a pool callback so no need to clean pool
491 * This is almost like forceClose(), except it doesn't call
1527 forceClose(pooled);

Completed in 66 milliseconds