|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.ldap.pool.AbstractLdapPool.PooledLdap<T>
T - type of ldap objectprotected static class AbstractLdapPool.PooledLdap<T extends BaseLdap>
PooledLdap contains an ldap object that is participating in a
pool. Used to track how long an ldap object has been in either the
available or active queues.
| Field Summary | |
|---|---|
protected static int |
HASH_CODE_SEED
hash code seed. |
| Constructor Summary | |
|---|---|
AbstractLdapPool.PooledLdap(T t)
Creates a new PooledLdap with the supplied ldap object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Returns whether the supplied Object contains the same data
as this bean. |
long |
getCreatedTime()
Returns the time this object was created. |
T |
getLdap()
Returns the ldap object. |
int |
hashCode()
This returns the hash code for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final int HASH_CODE_SEED
| Constructor Detail |
|---|
public AbstractLdapPool.PooledLdap(T t)
PooledLdap with the supplied ldap object.
t - ldap object| Method Detail |
|---|
public T getLdap()
public long getCreatedTime()
public boolean equals(Object o)
Object contains the same data
as this bean.
equals in class Objecto - Object
booleanpublic int hashCode()
hashCode in class Objectint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||