Uses of Interface
net.officefloor.compile.supplier.SupplierThreadLocalType
-
Packages that use SupplierThreadLocalType Package Description net.officefloor.compile.impl.supplier net.officefloor.compile.spi.supplier.source net.officefloor.compile.supplier -
-
Uses of SupplierThreadLocalType in net.officefloor.compile.impl.supplier
Classes in net.officefloor.compile.impl.supplier that implement SupplierThreadLocalType Modifier and Type Class Description class
SupplierThreadLocalTypeImpl<T>
SupplierThreadLocalType
implementation.Methods in net.officefloor.compile.impl.supplier that return SupplierThreadLocalType Modifier and Type Method Description SupplierThreadLocalType[]
SupplierSourceContextImpl. getSupplierThreadLocalTypes()
SupplierThreadLocalType[]
SupplierTypeImpl. getSupplierThreadLocalTypes()
Constructors in net.officefloor.compile.impl.supplier with parameters of type SupplierThreadLocalType Constructor Description InitialSupplierTypeImpl(SupplierThreadLocalType[] supplierThreadLocalTypes, ThreadSynchroniserFactory[] threadSynchronisers, SuppliedManagedObjectSourceType[] suppliedManagedObjectTypes, InternalSupplier[] internalSuppliers, SupplierCompileCompletion[] compileCompletions, SupplierCompileConfiguration compileConfiguration)
Initiate.SupplierTypeImpl(SupplierThreadLocalType[] supplierThreadLocalTypes, ThreadSynchroniserFactory[] threadSynchronisers, SuppliedManagedObjectSourceType[] suppliedManagedObjectTypes, InternalSupplier[] internalSuppliers)
Initiate. -
Uses of SupplierThreadLocalType in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source that return SupplierThreadLocalType Modifier and Type Method Description SupplierThreadLocalType[]
SupplierCompileConfiguration. getSupplierThreadLocalTypes()
Obtains theSupplierThreadLocalType
instances. -
Uses of SupplierThreadLocalType in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return SupplierThreadLocalType Modifier and Type Method Description SupplierThreadLocalType[]
SupplierType. getSupplierThreadLocalTypes()
Obtains the requiredSupplierThreadLocalType
instances required by theSupplierSource
.
-