Package net.officefloor.compile.pool
Interface ManagedObjectPoolType
-
- All Known Implementing Classes:
ManagedObjectPoolTypeImpl
public interface ManagedObjectPoolTypeType definitionof aManagedObjectPool.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectPoolFactorygetManagedObjectPoolFactory()Obtains theManagedObjectPoolFactoryfor theManagedObjectPool.java.lang.Class<?>getPooledObjectType()Obtains the type of object being pooled.ThreadCompletionListenerFactory[]getThreadCompletionListenerFactories()Obtains theThreadCompletionListenerFactoryinstances.
-
-
-
Method Detail
-
getPooledObjectType
java.lang.Class<?> getPooledObjectType()
Obtains the type of object being pooled.- Returns:
- Type of object being pooled.
-
getManagedObjectPoolFactory
ManagedObjectPoolFactory getManagedObjectPoolFactory()
Obtains theManagedObjectPoolFactoryfor theManagedObjectPool.- Returns:
ManagedObjectPoolFactoryfor theManagedObjectPool.
-
getThreadCompletionListenerFactories
ThreadCompletionListenerFactory[] getThreadCompletionListenerFactories()
Obtains theThreadCompletionListenerFactoryinstances.- Returns:
ThreadCompletionListenerFactoryinstances.
-
-