Package | Description |
---|---|
org.ldaptive.pool |
Modifier and Type | Class and Description |
---|---|
class |
ConnectActivator
Activates a connection by attempting to open it.
|
Modifier and Type | Field and Description |
---|---|
private Activator<T> |
AbstractPool.activator
For activating pooled objects.
|
Modifier and Type | Method and Description |
---|---|
Activator<Connection> |
ConnectionPool.getActivator()
Returns the activator for this pool.
|
Activator<T> |
AbstractPool.getActivator()
Returns the activator for this pool.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPool.setActivator(Activator<Connection> a)
Sets the activator for this pool.
|
void |
AbstractPool.setActivator(Activator<T> a)
Sets the activator for this pool.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.