|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Passivator | |
|---|---|
| org.ldaptive.pool | |
| Uses of Passivator in org.ldaptive.pool |
|---|
| Classes in org.ldaptive.pool that implement Passivator | |
|---|---|
class |
BindPassivator
Passivates a connection by performing a bind operation on it. |
class |
ClosePassivator
Passivates a connection by attempting to close it. |
| Methods in org.ldaptive.pool that return Passivator | |
|---|---|
Passivator<Connection> |
ConnectionPool.getPassivator()
Returns the passivator for this pool. |
Passivator<T> |
AbstractPool.getPassivator()
Returns the passivator for this pool. |
| Methods in org.ldaptive.pool with parameters of type Passivator | |
|---|---|
void |
ConnectionPool.setPassivator(Passivator<Connection> p)
Sets the passivator for this pool. |
void |
AbstractPool.setPassivator(Passivator<T> p)
Sets the passivator for this pool. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||