Uses of Interface
net.officefloor.frame.internal.structure.AssetManagerHirer
-
Packages that use AssetManagerHirer Package Description net.officefloor.frame.impl.construct.asset net.officefloor.frame.impl.execute.asset -
-
Uses of AssetManagerHirer in net.officefloor.frame.impl.construct.asset
Methods in net.officefloor.frame.impl.construct.asset that return AssetManagerHirer Modifier and Type Method Description AssetManagerHirer[]
AssetManagerRegistry. getAssetManagerHirers()
Obtain all the registeredAssetManagerHirer
instances. -
Uses of AssetManagerHirer in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement AssetManagerHirer Modifier and Type Class Description class
AssetManagerHirerImpl
AssetManagerHirer
implementation.Methods in net.officefloor.frame.impl.execute.asset with parameters of type AssetManagerHirer Modifier and Type Method Description static AssetManager[]
OfficeManagerHirerImpl. hireAssetManagers(AssetManagerHirer[] assetManagerHirers, ProcessState managingProcess)
Hires all theAssetManager
instances.void
OfficeManagerHirerImpl. setAssetManagerHirers(AssetManagerHirer[] assetManagerHirers)
Specifies theAssetManagerHirer
instances.
-