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-24 00:10:53 +0200 (Mon, 24 May 2010) $
    Author:
    Middleware Services
    • Method Detail

      • passivate

        boolean passivate​(T t)
        Passivate the supplied ldap object.
        Parameters:
        t - ldap object
        Returns:
        whether passivation was successful