Interface ManagedObjectPoolFactory
-
public interface ManagedObjectPoolFactory
Factory for the creation aManagedObjectPool
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectPool
createManagedObjectPool(ManagedObjectPoolContext managedObjectPoolContext)
Creates aManagedObjectPool
.
-
-
-
Method Detail
-
createManagedObjectPool
ManagedObjectPool createManagedObjectPool(ManagedObjectPoolContext managedObjectPoolContext) throws java.lang.Throwable
Creates aManagedObjectPool
.- Parameters:
managedObjectPoolContext
-ManagedObjectPoolContext
.- Returns:
ManagedObjectPool
.- Throws:
java.lang.Throwable
- If fails to create theManagedObjectPool
.
-
-