|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Activator | |
|---|---|
| org.ldaptive.pool | |
| Uses of Activator in org.ldaptive.pool |
|---|
| Classes in org.ldaptive.pool that implement Activator | |
|---|---|
class |
ConnectActivator
Activates a connection by attempting to open it. |
| Methods in org.ldaptive.pool that return Activator | |
|---|---|
Activator<Connection> |
ConnectionPool.getActivator()
Returns the activator for this pool. |
Activator<T> |
AbstractPool.getActivator()
Returns the activator for this pool. |
| Methods in org.ldaptive.pool with parameters of type Activator | |
|---|---|
void |
ConnectionPool.setActivator(Activator<Connection> a)
Sets the activator for this pool. |
void |
AbstractPool.setActivator(Activator<T> a)
Sets the activator for this pool. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||