Uses of Interface
net.officefloor.frame.internal.structure.AssetManager
-
Packages that use AssetManager Package Description net.officefloor.frame.impl.execute.asset net.officefloor.frame.internal.structure -
-
Uses of AssetManager in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement AssetManager Modifier and Type Class Description classAssetManagerImplAssetManagerimplementation.Methods in net.officefloor.frame.impl.execute.asset that return AssetManager Modifier and Type Method Description AssetManagerOfficeManagerImpl. getAssetManager(AssetManagerReference assetManagerReference)AssetManagerAssetLatchImpl. getLinkedListSetOwner()AssetManagerAssetManagerHirerImpl. hireAssetManager(ProcessState managingProcess)static AssetManager[]OfficeManagerHirerImpl. hireAssetManagers(AssetManagerHirer[] assetManagerHirers, ProcessState managingProcess)Hires all theAssetManagerinstances.Constructors in net.officefloor.frame.impl.execute.asset with parameters of type AssetManager Constructor Description OfficeManagerImpl(MonitorClockImpl monitorClock, long monitorInterval, FunctionLoop functionLoop, AssetManager[] assetManagers)Initiate. -
Uses of AssetManager in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return AssetManager Modifier and Type Method Description AssetManagerOfficeManager. getAssetManager(AssetManagerReference assetManagerReference)Obtains theAssetManagerfor theAssetManagerReference.AssetManagerAssetManagerHirer. hireAssetManager(ProcessState managingProcessState)Hires anAssetManagerrunning under theProcessState.
-