JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.liferay.petra.memory
Interface PoolAction<O,
I>
public interface
PoolAction<O,
I>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
O
onBorrow
(
O
output,
I
input)
O
onCreate
(
I
input)
void
onReturn
(
O
output)
Method Details
onBorrow
O
onBorrow
(
O
output,
I
input)
onCreate
O
onCreate
(
I
input)
onReturn
void
onReturn
(
O
output)