Package | Description |
---|---|
org.ldaptive.pool |
Modifier and Type | Class and Description |
---|---|
class |
BindPassivator
Passivates a connection by performing a bind operation on it.
|
class |
ClosePassivator
Passivates a connection by attempting to close it.
|
Modifier and Type | Field and Description |
---|---|
private Passivator<T> |
AbstractPool.passivator
For passivating pooled objects.
|
Modifier and Type | Method and Description |
---|---|
Passivator<Connection> |
ConnectionPool.getPassivator()
Returns the passivator for this pool.
|
Passivator<T> |
AbstractPool.getPassivator()
Returns the passivator for this pool.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPool.setPassivator(Passivator<Connection> p)
Sets the passivator for this pool.
|
void |
AbstractPool.setPassivator(Passivator<T> p)
Sets the passivator for this pool.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.