Interface ManagedObjectPoolSourceMetaData
public interface ManagedObjectPoolSourceMetaData
Meta-data regarding the
ManagedObjectPool.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theManagedObjectPoolFactory.Class<?>Obtains the type of object expected to be pooled by thisManagedObjectPool.Obtains theThreadCompletionListenerFactoryinstances.
-
Method Details
-
getPooledObjectType
Class<?> getPooledObjectType()Obtains the type of object expected to be pooled by thisManagedObjectPool.- Returns:
- Type of object expected to be pooled by this
ManagedObjectPool. This may be a super type of the actual object.
-
getManagedObjectPoolFactory
ManagedObjectPoolFactory getManagedObjectPoolFactory()Obtains theManagedObjectPoolFactory.- Returns:
ManagedObjectPoolFactory.
-
getThreadCompleteListenerFactories
ThreadCompletionListenerFactory[] getThreadCompleteListenerFactories()Obtains theThreadCompletionListenerFactoryinstances.- Returns:
ThreadCompletionListenerFactoryinstances. May benullif noThreadCompletionListenerinstances.
-