Uses of Interface
net.officefloor.compile.spi.section.SectionManagedObjectPool
-
-
Uses of SectionManagedObjectPool in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionManagedObjectPool Modifier and Type Class Description class
ManagedObjectPoolNodeImpl
ManagedObjectPoolNode
implementation.Methods in net.officefloor.compile.impl.structure that return SectionManagedObjectPool Modifier and Type Method Description SectionManagedObjectPool
SectionNodeImpl. addManagedObjectPool(java.lang.String managedObjectPoolName, java.lang.String managedObjectPoolSourceClassName)
SectionManagedObjectPool
SectionNodeImpl. addManagedObjectPool(java.lang.String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource)
Methods in net.officefloor.compile.impl.structure with parameters of type SectionManagedObjectPool Modifier and Type Method Description void
SectionNodeImpl. link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)
-
Uses of SectionManagedObjectPool in net.officefloor.compile.internal.structure
Subinterfaces of SectionManagedObjectPool in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedObjectPoolNode
Node representing instance use of aManagedObjectPool
. -
Uses of SectionManagedObjectPool in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionManagedObjectPool Modifier and Type Method Description SectionManagedObjectPool
SectionDesigner. addManagedObjectPool(java.lang.String managedObjectPoolName, java.lang.String managedObjectPoolSourceClassName)
Adds anSectionManagedObjectPool
.SectionManagedObjectPool
SectionDesigner. addManagedObjectPool(java.lang.String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource)
Adds aSectionManagedObjectPool
.Methods in net.officefloor.compile.spi.section with parameters of type SectionManagedObjectPool Modifier and Type Method Description void
SectionDesigner. link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)
Links theSectionManagedObjectSource
to be pooled by theSectionManagedObjectPool
. -
Uses of SectionManagedObjectPool in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SectionManagedObjectPool Modifier and Type Method Description SectionManagedObjectPool
TransformSectionDesigner. addManagedObjectPool(java.lang.String managedObjectPoolName, java.lang.String managedObjectPoolSourceClassName)
SectionManagedObjectPool
TransformSectionDesigner. addManagedObjectPool(java.lang.String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource)
Methods in net.officefloor.plugin.section.transform with parameters of type SectionManagedObjectPool Modifier and Type Method Description void
TransformSectionDesigner. link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)
-