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 Activator<T>
Type Parameters:
T
- type of object being pooled
All Known Implementing Classes:
ConnectActivator
public interface
Activator<T>
Provides an interface for activating objects when they enter the pool.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
activate
(
T
t)
Activate the supplied object.
Method Detail
activate
boolean activate(
T
t)
Activate the supplied object.
Parameters:
t
- object
Returns:
whether activation 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