org.ldaptive.pool
Interface Activator<T>

Type Parameters:
T - type of object being pooled
All Known Implementing Classes:
ConnectActivator

public interface Activator<T>

Provides an interface for activating objects when they enter the pool.

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

Method Summary
 boolean activate(T t)
          Activate the supplied object.
 

Method Detail

activate

boolean activate(T t)
Activate the supplied object.

Parameters:
t - object
Returns:
whether activation was successful


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