org.ldaptive.pool
Class ClosePassivator

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

public class ClosePassivator
extends Object
implements Passivator<Connection>

Passivates a connection by attempting to close it.

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

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

Constructor Detail

ClosePassivator

public ClosePassivator()
Method Detail

passivate

public boolean passivate(Connection c)
Passivate the supplied object.

Specified by:
passivate in interface Passivator<Connection>
Parameters:
c - object
Returns:
whether passivation was successful


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