Package 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-24 00:10:53 +0200 (Mon, 24 May 2010) $
- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-