JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method