org.ldaptive.pool
Interface Validator<T>

Type Parameters:
T - type of object being pooled
All Known Implementing Classes:
CompareValidator, SearchValidator

public interface Validator<T>

Provides an interface for validating objects when they are in the pool.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Method Summary
 boolean validate(T t)
          Validate the supplied object.
 

Method Detail

validate

boolean validate(T t)
Validate the supplied object.

Parameters:
t - object
Returns:
whether validation was successful


Copyright © 2003-2015 Virginia Tech. All Rights Reserved.