edu.vt.middleware.ldap.pool
Class ConnectLdapActivator

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

public class ConnectLdapActivator
extends Object
implements LdapActivator<Ldap>

ConnectLdapActivator activates an ldap object by attempting to connect 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
ConnectLdapActivator()
           
 
Method Summary
 boolean activate(Ldap l)
          Activate 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

ConnectLdapActivator

public ConnectLdapActivator()
Method Detail

activate

public boolean activate(Ldap l)
Activate the supplied ldap object.

Specified by:
activate in interface LdapActivator<Ldap>
Parameters:
l - ldap object
Returns:
whether activation was successful


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