edu.vt.middleware.ldap.pool
Class CloseLdapPassivator

java.lang.Object
  extended by edu.vt.middleware.ldap.pool.CloseLdapPassivator
All Implemented Interfaces:
LdapPassivator<Ldap>

public class CloseLdapPassivator
extends Object
implements LdapPassivator<Ldap>

CloseLdapPassivator passivates an ldap object by attempting to close it's connection to the ldap.

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

Field Summary
protected  org.apache.commons.logging.Log logger
          Log for this class.
 
Constructor Summary
CloseLdapPassivator()
           
 
Method Summary
 boolean passivate(Ldap l)
          Passivate the supplied ldap object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger
Log for this class.

Constructor Detail

CloseLdapPassivator

public CloseLdapPassivator()
Method Detail

passivate

public boolean passivate(Ldap l)
Passivate the supplied ldap object.

Specified by:
passivate in interface LdapPassivator<Ldap>
Parameters:
l - ldap object
Returns:
whether passivation was successful


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