org.ldaptive.pool
Class ClosePassivator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClosePassivator
public ClosePassivator()
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-2017 Virginia Tech. All Rights Reserved.