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