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 registeredAssetManagerHirerinstances. -
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 classAssetManagerHirerImplAssetManagerHirerimplementation.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 theAssetManagerinstances.voidOfficeManagerHirerImpl. setAssetManagerHirers(AssetManagerHirer[] assetManagerHirers)Specifies theAssetManagerHirerinstances.
-