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

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

public interface LdapPassivator<T extends BaseLdap>

LdapPasivator provides an interface for passivating ldap objects when they are checked back into the pool.

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

Method Summary
 boolean passivate(T t)
          Passivate the supplied ldap object.
 

Method Detail

passivate

boolean passivate(T t)
Passivate the supplied ldap object.

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


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