Package org.ldaptive
Class SingleConnectionFactory.ConnectionProxy
java.lang.Object
org.ldaptive.SingleConnectionFactory.ConnectionProxy
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
SingleConnectionFactory
protected static class SingleConnectionFactory.ConnectionProxy
extends Object
implements InvocationHandler
Contains the connection used by this factory.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Connection
Underlying connection.private static final int
hash code seed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HASH_CODE_SEED
private static final int HASH_CODE_SEEDhash code seed.- See Also:
-
conn
Underlying connection.
-
-
Constructor Details
-
ConnectionProxy
Creates a new connection proxy.- Parameters:
c
- connection to proxy
-
-
Method Details