|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.util.ConnectionPool.LDAPConnectionObject
class ConnectionPool.LDAPConnectionObject
Wrapper for LDAPConnection object in pool
Constructor Summary | |
---|---|
ConnectionPool.LDAPConnectionObject()
|
Method Summary | |
---|---|
(package private) LDAPConnection |
getLDAPConn()
Returns the associated LDAPConnection. |
(package private) boolean |
isAvailable()
Returns whether the connection is available for use by another user. |
(package private) void |
setInUse(boolean inUse)
Marks a connection in use or available |
(package private) void |
setLDAPConn(LDAPConnection ld)
Sets the associated LDAPConnection |
java.lang.String |
toString()
Debug method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
ConnectionPool.LDAPConnectionObject()
Method Detail |
---|
LDAPConnection getLDAPConn()
void setLDAPConn(LDAPConnection ld)
ld
- the LDAPConnectionvoid setInUse(boolean inUse)
inUse
- true
to mark in use, false
if availableboolean isAvailable()
true
if available.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |