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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnectionDesc.java36 final class ConnectionDesc { class
50 ConnectionDesc(PooledConnection conn) { method in class:ConnectionDesc
54 ConnectionDesc(PooledConnection conn, boolean use) { method in class:ConnectionDesc
64 * This is useful when searching for a ConnectionDesc using only its
69 && obj instanceof ConnectionDesc
70 && ((ConnectionDesc)obj).conn == conn;
75 * searching for a ConnectionDesc using only its PooledConnection.
82 * Changes the state of a ConnectionDesc from BUSY to IDLE and
99 * If ConnectionDesc is IDLE, change its state to BUSY and return
102 * @return ConnectionDesc'
[all...]

Completed in 31 milliseconds