Uses of Interface
net.officefloor.compile.spi.pool.source.ManagedObjectPoolSourceProperty
-
Packages that use ManagedObjectPoolSourceProperty Package Description net.officefloor.compile.spi.pool.source net.officefloor.compile.spi.pool.source.impl -
-
Uses of ManagedObjectPoolSourceProperty in net.officefloor.compile.spi.pool.source
Methods in net.officefloor.compile.spi.pool.source that return ManagedObjectPoolSourceProperty Modifier and Type Method Description ManagedObjectPoolSourceProperty[]
ManagedObjectPoolSourceSpecification. getProperties()
Obtains the specification of the properties for theManagedObjectPoolSource
. -
Uses of ManagedObjectPoolSourceProperty in net.officefloor.compile.spi.pool.source.impl
Classes in net.officefloor.compile.spi.pool.source.impl that implement ManagedObjectPoolSourceProperty Modifier and Type Class Description class
ManagedObjectPoolSourcePropertyImpl
ManagedObjectPoolSourceProperty
implementation.Methods in net.officefloor.compile.spi.pool.source.impl with parameters of type ManagedObjectPoolSourceProperty Modifier and Type Method Description void
AbstractManagedObjectPoolSource.SpecificationContext. addProperty(ManagedObjectPoolSourceProperty property)
Adds a property.
-