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 classManagedObjectPoolNodeImplManagedObjectPoolNodeimplementation.Methods in net.officefloor.compile.impl.structure that return SectionManagedObjectPool Modifier and Type Method Description SectionManagedObjectPoolSectionNodeImpl. addManagedObjectPool(java.lang.String managedObjectPoolName, java.lang.String managedObjectPoolSourceClassName)SectionManagedObjectPoolSectionNodeImpl. addManagedObjectPool(java.lang.String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource)Methods in net.officefloor.compile.impl.structure with parameters of type SectionManagedObjectPool Modifier and Type Method Description voidSectionNodeImpl. 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 interfaceManagedObjectPoolNodeNode 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 SectionManagedObjectPoolSectionDesigner. addManagedObjectPool(java.lang.String managedObjectPoolName, java.lang.String managedObjectPoolSourceClassName)Adds anSectionManagedObjectPool.SectionManagedObjectPoolSectionDesigner. 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 voidSectionDesigner. link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)Links theSectionManagedObjectSourceto 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 SectionManagedObjectPoolTransformSectionDesigner. addManagedObjectPool(java.lang.String managedObjectPoolName, java.lang.String managedObjectPoolSourceClassName)SectionManagedObjectPoolTransformSectionDesigner. addManagedObjectPool(java.lang.String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource)Methods in net.officefloor.plugin.section.transform with parameters of type SectionManagedObjectPool Modifier and Type Method Description voidTransformSectionDesigner. link(SectionManagedObjectSource managedObjectSource, SectionManagedObjectPool managedObjectPool)
-