Interface ManagedObjectPoolConfiguration
-
- All Known Implementing Classes:
ManagedObjectPoolBuilderImpl
public interface ManagedObjectPoolConfiguration
Configuration for theManagedObjectPool
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectPoolFactory
getManagedObjectPoolFactory()
Obtains theManagedObjectPoolFactory
.ThreadCompletionListenerFactory[]
getThreadCompletionListenerFactories()
Obtains theThreadCompletionListenerFactory
instances.
-
-
-
Method Detail
-
getManagedObjectPoolFactory
ManagedObjectPoolFactory getManagedObjectPoolFactory()
Obtains theManagedObjectPoolFactory
.- Returns:
ManagedObjectPoolFactory
.
-
getThreadCompletionListenerFactories
ThreadCompletionListenerFactory[] getThreadCompletionListenerFactories()
Obtains theThreadCompletionListenerFactory
instances.- Returns:
ThreadCompletionListenerFactory
instances.
-
-