Package | Description |
---|---|
org.ldaptive.pool |
Modifier and Type | Class and Description |
---|---|
class |
CompareValidator
Validates a connection is healthy by performing a compare operation.
|
class |
SearchValidator
Validates a connection is healthy by performing a search operation.
|
Modifier and Type | Field and Description |
---|---|
private Validator<T> |
AbstractPool.validator
For validating pooled objects.
|
Modifier and Type | Method and Description |
---|---|
Validator<Connection> |
ConnectionPool.getValidator()
Returns the validator for this pool.
|
Validator<T> |
AbstractPool.getValidator()
Returns the validator for this pool.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPool.setValidator(Validator<Connection> v)
Sets the validator for this pool.
|
void |
AbstractPool.setValidator(Validator<T> v)
Sets the validator for this pool.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.