edu.vt.middleware.ldap.pool
Interface LdapActivator<T extends BaseLdap>

Type Parameters:
T - type of ldap object
All Known Implementing Classes:
ConnectLdapActivator

public interface LdapActivator<T extends BaseLdap>

LdapActivator provides an interface for activating ldap objects when they enter the pool.

Version:
$Revision: 1330 $ $Date: 2010-05-23 18:10:53 -0400 (Sun, 23 May 2010) $
Author:
Middleware Services

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

Method Detail

activate

boolean activate(T t)
Activate the supplied ldap object.

Parameters:
t - ldap object
Returns:
whether activation was successful


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