|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Validator | |
|---|---|
| org.ldaptive.pool | |
| Uses of Validator in org.ldaptive.pool |
|---|
| Classes in org.ldaptive.pool that implement Validator | |
|---|---|
class |
CompareValidator
Validates a connection is healthy by performing a compare operation. |
class |
SearchValidator
Validates a connection is healthy by performing a search operation. |
| Methods in org.ldaptive.pool that return Validator | |
|---|---|
Validator<Connection> |
ConnectionPool.getValidator()
Returns the validator for this pool. |
Validator<T> |
AbstractPool.getValidator()
Returns the validator for this pool. |
| Methods in org.ldaptive.pool with parameters of type Validator | |
|---|---|
void |
ConnectionPool.setValidator(Validator<Connection> v)
Sets the validator for this pool. |
void |
AbstractPool.setValidator(Validator<T> v)
Sets the validator for this pool. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||