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 are checked out from the pool.

Version:
$Revision: 3283 $ $Date: 2018-09-27 16:34:18 -0400 (Thu, 27 Sep 2018) $
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-2017 Virginia Tech. All Rights Reserved.