Would a Java Dynamic Proxy help?

It would implement the LdapConnection interface.

When a method is invoked it borrows a connection from the pool (without
testing it), executes the method, returns the connection to the pool,
and returns the result.

When the method execution fails with a specific error (connection error)
it invalidates the object in the pool, borrows a new one, and retries.

Kind Regards,
Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: api-unsubscr...@directory.apache.org
For additional commands, e-mail: api-h...@directory.apache.org

Reply via email to