org.ldaptive.pool
Class ConnectActivator

java.lang.Object
  extended by org.ldaptive.pool.ConnectActivator
All Implemented Interfaces:
Activator<Connection>

public class ConnectActivator
extends Object
implements Activator<Connection>

Activates a connection by attempting to open it.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Constructor Summary
ConnectActivator()
           
 
Method Summary
 boolean activate(Connection c)
          Activate the supplied object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectActivator

public ConnectActivator()
Method Detail

activate

public boolean activate(Connection c)
Activate the supplied object.

Specified by:
activate in interface Activator<Connection>
Parameters:
c - object
Returns:
whether activation was successful


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