Uses of Interface
net.officefloor.frame.api.managedobject.pool.ManagedObjectPoolFactory
-
-
Uses of ManagedObjectPoolFactory in net.officefloor.compile.impl.pool
Methods in net.officefloor.compile.impl.pool that return ManagedObjectPoolFactory Modifier and Type Method Description ManagedObjectPoolFactory
ManagedObjectPoolTypeImpl. getManagedObjectPoolFactory()
Constructors in net.officefloor.compile.impl.pool with parameters of type ManagedObjectPoolFactory Constructor Description ManagedObjectPoolTypeImpl(java.lang.Class<?> pooledObjectType, ManagedObjectPoolFactory managedObjectPoolFactory, ThreadCompletionListenerFactory[] threadCompletionListenerFactories)
Instantiate. -
Uses of ManagedObjectPoolFactory in net.officefloor.compile.pool
Methods in net.officefloor.compile.pool that return ManagedObjectPoolFactory Modifier and Type Method Description ManagedObjectPoolFactory
ManagedObjectPoolType. getManagedObjectPoolFactory()
Obtains theManagedObjectPoolFactory
for theManagedObjectPool
. -
Uses of ManagedObjectPoolFactory in net.officefloor.compile.spi.pool.source
Methods in net.officefloor.compile.spi.pool.source that return ManagedObjectPoolFactory Modifier and Type Method Description ManagedObjectPoolFactory
ManagedObjectPoolSourceMetaData. 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 ManagedObjectPoolFactory Modifier and Type Method Description void
AbstractManagedObjectPoolSource.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 ManagedObjectPoolFactory Modifier and Type Method Description ManagedObjectPoolBuilder
ManagedObjectBuilder. setManagedObjectPool(ManagedObjectPoolFactory poolFactory)
Specifies theManagedObjectPoolFactory
for thisManagedObject
. -
Uses of ManagedObjectPoolFactory in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObjectPoolFactory Modifier and Type Method Description ManagedObjectPoolBuilder
ManagedObjectSourceContext. 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 ManagedObjectPoolFactory Modifier and Type Method Description ManagedObjectPoolFactory
ManagedObjectPoolBuilderImpl. getManagedObjectPoolFactory()
Constructors in net.officefloor.frame.impl.construct.managedobjectpool with parameters of type ManagedObjectPoolFactory Constructor Description ManagedObjectPoolBuilderImpl(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 ManagedObjectPoolFactory Modifier and Type Method Description ManagedObjectPoolBuilder
ManagedObjectSourceContextImpl. setDefaultManagedObjectPool(ManagedObjectPoolFactory managedObjectPoolFactory)
ManagedObjectPoolBuilder
ManagedObjectBuilderImpl. setManagedObjectPool(ManagedObjectPoolFactory managedObjectPoolFactory)
-
Uses of ManagedObjectPoolFactory in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedObjectPoolFactory Modifier and Type Method Description ManagedObjectPoolFactory
ManagedObjectPoolConfiguration. getManagedObjectPoolFactory()
Obtains theManagedObjectPoolFactory
.
-