org.ldaptive.pool
Interface Passivator<T>

Type Parameters:
T - type of object being pooled
All Known Implementing Classes:
BindPassivator, ClosePassivator

public interface Passivator<T>

Provides an interface for passivating objects when they are checked back into the pool.

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

Method Summary
 boolean passivate(T t)
          Passivate the supplied object.
 

Method Detail

passivate

boolean passivate(T t)
Passivate the supplied object.

Parameters:
t - object
Returns:
whether passivation was successful


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