Uses of Interface
net.officefloor.frame.api.managedobject.pool.ManagedObjectPoolFactory
Packages that use ManagedObjectPoolFactory
Package
Description
-
Uses of ManagedObjectPoolFactory in net.officefloor.compile.impl.pool
Methods in net.officefloor.compile.impl.pool that return ManagedObjectPoolFactoryConstructors in net.officefloor.compile.impl.pool with parameters of type ManagedObjectPoolFactoryModifierConstructorDescriptionManagedObjectPoolTypeImpl(Class<?> pooledObjectType, ManagedObjectPoolFactory managedObjectPoolFactory, ThreadCompletionListenerFactory[] threadCompletionListenerFactories) Instantiate. -
Uses of ManagedObjectPoolFactory in net.officefloor.compile.pool
Methods in net.officefloor.compile.pool that return ManagedObjectPoolFactoryModifier and TypeMethodDescriptionManagedObjectPoolType.getManagedObjectPoolFactory()Obtains theManagedObjectPoolFactoryfor theManagedObjectPool. -
Uses of ManagedObjectPoolFactory in net.officefloor.compile.spi.pool.source
Methods in net.officefloor.compile.spi.pool.source that return ManagedObjectPoolFactoryModifier and TypeMethodDescriptionManagedObjectPoolSourceMetaData.getManagedObjectPoolFactory()Obtains theManagedObjectPoolFactory. -
Uses of ManagedObjectPoolFactory in net.officefloor.compile.spi.pool.source.impl
Methods in net.officefloor.compile.spi.pool.source.impl with parameters of type ManagedObjectPoolFactoryModifier and TypeMethodDescriptionvoidAbstractManagedObjectPoolSource.MetaDataContext.setManagedObjectPoolFactory(ManagedObjectPoolFactory managedObjectPoolFactory) Specifies theManagedObjectPoolFactory. -
Uses of ManagedObjectPoolFactory in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type ManagedObjectPoolFactoryModifier and TypeMethodDescriptionManagedObjectBuilder.setManagedObjectPool(ManagedObjectPoolFactory poolFactory) Specifies theManagedObjectPoolFactoryfor thisManagedObject. -
Uses of ManagedObjectPoolFactory in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObjectPoolFactoryModifier and TypeMethodDescriptionManagedObjectSourceContext.setDefaultManagedObjectPool(ManagedObjectPoolFactory poolFactory) Specifies the defaultManagedObjectPool. -
Uses of ManagedObjectPoolFactory in net.officefloor.frame.impl.construct.managedobjectpool
Methods in net.officefloor.frame.impl.construct.managedobjectpool that return ManagedObjectPoolFactoryConstructors in net.officefloor.frame.impl.construct.managedobjectpool with parameters of type ManagedObjectPoolFactoryModifierConstructorDescriptionManagedObjectPoolBuilderImpl(ManagedObjectPoolFactory managedObjectPoolFactory) Instantiate. -
Uses of ManagedObjectPoolFactory in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectPoolFactoryModifier and TypeMethodDescriptionManagedObjectSourceContextImpl.setDefaultManagedObjectPool(ManagedObjectPoolFactory managedObjectPoolFactory) ManagedObjectBuilderImpl.setManagedObjectPool(ManagedObjectPoolFactory managedObjectPoolFactory) -
Uses of ManagedObjectPoolFactory in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedObjectPoolFactoryModifier and TypeMethodDescriptionManagedObjectPoolConfiguration.getManagedObjectPoolFactory()Obtains theManagedObjectPoolFactory.