Package net.officefloor.frame.api.build
Interface ManagedObjectPoolBuilder
- All Known Implementing Classes:
ManagedObjectPoolBuilderImpl
public interface ManagedObjectPoolBuilder
Builder for the
ManagedObjectPool.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddThreadCompletionListener(ThreadCompletionListenerFactory threadCompletionListenerFactory) Adds aThreadCompletionListener.
-
Method Details
-
addThreadCompletionListener
Adds a
ThreadCompletionListener.This allows the
ManagedObjectPoolto cache objects toThreadLocalinstances and be notified when theThreadis complete to clean up theThreadLocalstate.- Parameters:
threadCompletionListenerFactory-ThreadCompletionListenerFactory.
-