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 ManagedObjectPoolFactoryManagedObjectPoolTypeImpl. 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 ManagedObjectPoolFactoryManagedObjectPoolType. getManagedObjectPoolFactory()Obtains theManagedObjectPoolFactoryfor 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 ManagedObjectPoolFactoryManagedObjectPoolSourceMetaData. 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 voidAbstractManagedObjectPoolSource.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 ManagedObjectPoolBuilderManagedObjectBuilder. 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 ManagedObjectPoolFactory Modifier and Type Method Description ManagedObjectPoolBuilderManagedObjectSourceContext. 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 ManagedObjectPoolFactoryManagedObjectPoolBuilderImpl. 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 ManagedObjectPoolBuilderManagedObjectSourceContextImpl. setDefaultManagedObjectPool(ManagedObjectPoolFactory managedObjectPoolFactory)ManagedObjectPoolBuilderManagedObjectBuilderImpl. 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 ManagedObjectPoolFactoryManagedObjectPoolConfiguration. getManagedObjectPoolFactory()Obtains theManagedObjectPoolFactory.
-