Package net.officefloor.frame.api.build
Interface ManagedObjectPoolBuilder
-
- All Known Implementing Classes:
ManagedObjectPoolBuilderImpl
public interface ManagedObjectPoolBuilderBuilder for theManagedObjectPool.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddThreadCompletionListener(ThreadCompletionListenerFactory threadCompletionListenerFactory)Adds aThreadCompletionListener.
-
-
-
Method Detail
-
addThreadCompletionListener
void addThreadCompletionListener(ThreadCompletionListenerFactory threadCompletionListenerFactory)
Adds a
ThreadCompletionListener.This allows the
ManagedObjectPoolto cache objects toThreadLocalinstances and be notified when theThreadis complete to clean up theThreadLocalstate.- Parameters:
threadCompletionListenerFactory-ThreadCompletionListenerFactory.
-
-