
public interface OResourcePoolListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
createNewResource(K iKey,
Object... iAdditionalArgs)
Creates a new resource to be used and to be pooled when the client finishes with it.
|
boolean |
reuseResource(K iKey,
Object[] iAdditionalArgs,
V iValue)
Reuses the pooled resource.
|
Copyright © 2009–2025 OrientDB. All rights reserved.