Uses of Interface
net.officefloor.compile.spi.pool.source.ManagedObjectPoolSource
Packages that use ManagedObjectPoolSource
Package
Description
-
Uses of ManagedObjectPoolSource in net.officefloor.compile
Classes in net.officefloor.compile with type parameters of type ManagedObjectPoolSourceModifier and TypeInterfaceDescriptioninterfaceService to plug-in anManagedObjectPoolSourceClassalias by including the extensionManagedObjectPoolSourcejar on the class path.Methods in net.officefloor.compile with type parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescriptionabstract <S extends ManagedObjectPoolSource>
voidOfficeFloorCompiler.addManagedObjectPoolSourceAlias(String alias, Class<S> managedObjectPoolSourceClass) Allows providing an alias name for aManagedObjectPoolSource. -
Uses of ManagedObjectPoolSource in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with type parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescription<S extends ManagedObjectPoolSource>
voidOfficeFloorCompilerImpl.addManagedObjectPoolSourceAlias(String alias, Class<S> managedObjectPoolSourceClass) <S extends ManagedObjectPoolSource>
Class<S>OfficeFloorCompilerImpl.getManagedObjectPoolSourceClass(String managedObjectPoolSourceName, ManagedObjectPoolNode node) -
Uses of ManagedObjectPoolSource in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with type parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescription<S extends ManagedObjectPoolSource>
voidOfficeFloorCompilerAdapter.addManagedObjectPoolSourceAlias(String alias, Class<S> managedObjectPoolSourceClass) -
Uses of ManagedObjectPoolSource in net.officefloor.compile.impl.pool
Methods in net.officefloor.compile.impl.pool with type parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescription<PS extends ManagedObjectPoolSource>
ManagedObjectPoolTypeManagedObjectPoolLoaderImpl.loadManagedObjectPoolType(Class<PS> managedObjectPoolSourceClass, PropertyList propertyList) <PS extends ManagedObjectPoolSource>
PropertyListManagedObjectPoolLoaderImpl.loadSpecification(Class<PS> managedObjectPoolSourceClass) Methods in net.officefloor.compile.impl.pool with parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescriptionManagedObjectPoolLoaderImpl.loadManagedObjectPoolType(ManagedObjectPoolSource managedObjectPoolSource, PropertyList propertyList) -
Uses of ManagedObjectPoolSource in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescriptionOfficeFloorNodeImpl.addManagedObjectPool(String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource) OfficeNodeImpl.addManagedObjectPool(String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource) SectionNodeImpl.addManagedObjectPool(String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource) voidManagedObjectPoolNodeImpl.initialise(String managedObjectPoolSourceClassName, ManagedObjectPoolSource managedObjectPoolSource) -
Uses of ManagedObjectPoolSource in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with type parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescription<S extends ManagedObjectPoolSource>
Class<S>NodeContext.getManagedObjectPoolSourceClass(String managedObjectPoolSourceName, ManagedObjectPoolNode node) Obtains theManagedObjectPoolSourceclass.Methods in net.officefloor.compile.internal.structure with parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescriptionvoidManagedObjectPoolNode.initialise(String managedObjectPoolSourceClassName, ManagedObjectPoolSource managedObjectPoolSource) Initialises theManagedObjectPoolNode. -
Uses of ManagedObjectPoolSource in net.officefloor.compile.pool
Methods in net.officefloor.compile.pool with type parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescription<PS extends ManagedObjectPoolSource>
ManagedObjectPoolTypeManagedObjectPoolLoader.loadManagedObjectPoolType(Class<PS> managedObjectPoolSourceClass, PropertyList propertyList) Loads and returns theManagedObjectPoolTypesourced from theManagedObjectPoolSource.<PS extends ManagedObjectPoolSource>
PropertyListManagedObjectPoolLoader.loadSpecification(Class<PS> managedObjectPoolSourceClass) Loads and returns thePropertyListfrom theManagedObjectPoolSourceSpecificationfor theManagedObjectPoolSource.Methods in net.officefloor.compile.pool with parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescriptionManagedObjectPoolLoader.loadManagedObjectPoolType(ManagedObjectPoolSource managedObjectPoolSource, PropertyList propertyList) Loads and returns theManagedObjectPoolTypesourced from theManagedObjectPoolSource. -
Uses of ManagedObjectPoolSource in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescriptionOfficeArchitect.addManagedObjectPool(String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource) Adds anOfficeManagedObjectPool. -
Uses of ManagedObjectPoolSource in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor with parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescriptionOfficeFloorDeployer.addManagedObjectPool(String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource) Adds anOfficeFloorManagedObjectPool. -
Uses of ManagedObjectPoolSource in net.officefloor.compile.spi.pool.source.impl
Classes in net.officefloor.compile.spi.pool.source.impl that implement ManagedObjectPoolSource -
Uses of ManagedObjectPoolSource in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section with parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescriptionSectionDesigner.addManagedObjectPool(String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource) Adds aSectionManagedObjectPool. -
Uses of ManagedObjectPoolSource in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type ManagedObjectPoolSourceModifier and TypeMethodDescriptionTransformSectionDesigner.addManagedObjectPool(String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource)