Uses of Interface
net.officefloor.compile.spi.pool.source.ManagedObjectPoolSource
-
-
Uses of ManagedObjectPoolSource in net.officefloor.compile
Classes in net.officefloor.compile with type parameters of type ManagedObjectPoolSource Modifier and Type Interface Description interface
ManagedObjectPoolSourceService<S extends ManagedObjectPoolSource>
Service to plug-in anManagedObjectPoolSource
Class
alias by including the extensionManagedObjectPoolSource
jar on the class path.Methods in net.officefloor.compile with type parameters of type ManagedObjectPoolSource Modifier and Type Method Description abstract <S extends ManagedObjectPoolSource>
voidOfficeFloorCompiler. addManagedObjectPoolSourceAlias(java.lang.String alias, java.lang.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 ManagedObjectPoolSource Modifier and Type Method Description <S extends ManagedObjectPoolSource>
voidOfficeFloorCompilerImpl. addManagedObjectPoolSourceAlias(java.lang.String alias, java.lang.Class<S> managedObjectPoolSourceClass)
<S extends ManagedObjectPoolSource>
java.lang.Class<S>OfficeFloorCompilerImpl. getManagedObjectPoolSourceClass(java.lang.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 ManagedObjectPoolSource Modifier and Type Method Description <S extends ManagedObjectPoolSource>
voidOfficeFloorCompilerAdapter. addManagedObjectPoolSourceAlias(java.lang.String alias, java.lang.Class<S> managedObjectPoolSourceClass)
-
Uses of ManagedObjectPoolSource in net.officefloor.compile.impl.pool
Methods in net.officefloor.compile.impl.pool with type parameters of type ManagedObjectPoolSource Modifier and Type Method Description <PS extends ManagedObjectPoolSource>
ManagedObjectPoolTypeManagedObjectPoolLoaderImpl. loadManagedObjectPoolType(java.lang.Class<PS> managedObjectPoolSourceClass, PropertyList propertyList)
<PS extends ManagedObjectPoolSource>
PropertyListManagedObjectPoolLoaderImpl. loadSpecification(java.lang.Class<PS> managedObjectPoolSourceClass)
Methods in net.officefloor.compile.impl.pool with parameters of type ManagedObjectPoolSource Modifier and Type Method Description ManagedObjectPoolType
ManagedObjectPoolLoaderImpl. 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 ManagedObjectPoolSource Modifier and Type Method Description OfficeFloorManagedObjectPool
OfficeFloorNodeImpl. addManagedObjectPool(java.lang.String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource)
OfficeManagedObjectPool
OfficeNodeImpl. addManagedObjectPool(java.lang.String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource)
SectionManagedObjectPool
SectionNodeImpl. addManagedObjectPool(java.lang.String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource)
void
ManagedObjectPoolNodeImpl. initialise(java.lang.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 ManagedObjectPoolSource Modifier and Type Method Description <S extends ManagedObjectPoolSource>
java.lang.Class<S>NodeContext. getManagedObjectPoolSourceClass(java.lang.String managedObjectPoolSourceName, ManagedObjectPoolNode node)
Obtains theManagedObjectPoolSource
class.Methods in net.officefloor.compile.internal.structure with parameters of type ManagedObjectPoolSource Modifier and Type Method Description void
ManagedObjectPoolNode. initialise(java.lang.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 ManagedObjectPoolSource Modifier and Type Method Description <PS extends ManagedObjectPoolSource>
ManagedObjectPoolTypeManagedObjectPoolLoader. loadManagedObjectPoolType(java.lang.Class<PS> managedObjectPoolSourceClass, PropertyList propertyList)
Loads and returns theManagedObjectPoolType
sourced from theManagedObjectPoolSource
.<PS extends ManagedObjectPoolSource>
PropertyListManagedObjectPoolLoader. loadSpecification(java.lang.Class<PS> managedObjectPoolSourceClass)
Loads and returns thePropertyList
from theManagedObjectPoolSourceSpecification
for theManagedObjectPoolSource
.Methods in net.officefloor.compile.pool with parameters of type ManagedObjectPoolSource Modifier and Type Method Description ManagedObjectPoolType
ManagedObjectPoolLoader. loadManagedObjectPoolType(ManagedObjectPoolSource managedObjectPoolSource, PropertyList propertyList)
Loads and returns theManagedObjectPoolType
sourced from theManagedObjectPoolSource
. -
Uses of ManagedObjectPoolSource in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ManagedObjectPoolSource Modifier and Type Method Description OfficeManagedObjectPool
OfficeArchitect. addManagedObjectPool(java.lang.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 ManagedObjectPoolSource Modifier and Type Method Description OfficeFloorManagedObjectPool
OfficeFloorDeployer. addManagedObjectPool(java.lang.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 Modifier and Type Class Description class
AbstractManagedObjectPoolSource
AbstractManagedObjectPoolSource
. -
Uses of ManagedObjectPoolSource in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section with parameters of type ManagedObjectPoolSource Modifier and Type Method Description SectionManagedObjectPool
SectionDesigner. addManagedObjectPool(java.lang.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 ManagedObjectPoolSource Modifier and Type Method Description SectionManagedObjectPool
TransformSectionDesigner. addManagedObjectPool(java.lang.String managedObjectPoolName, ManagedObjectPoolSource managedObjectPoolSource)
-