Interface ManagedObjectPoolConfiguration
- All Known Implementing Classes:
ManagedObjectPoolBuilderImpl
public interface ManagedObjectPoolConfiguration
Configuration for the
ManagedObjectPool.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theManagedObjectPoolFactory.Obtains theThreadCompletionListenerFactoryinstances.
-
Method Details
-
getManagedObjectPoolFactory
ManagedObjectPoolFactory getManagedObjectPoolFactory()Obtains theManagedObjectPoolFactory.- Returns:
ManagedObjectPoolFactory.
-
getThreadCompletionListenerFactories
ThreadCompletionListenerFactory[] getThreadCompletionListenerFactories()Obtains theThreadCompletionListenerFactoryinstances.- Returns:
ThreadCompletionListenerFactoryinstances.
-