Uses of Interface
net.officefloor.frame.internal.structure.FunctionLoop
Packages that use FunctionLoop
Package
Description
-
Uses of FunctionLoop in net.officefloor.frame.impl.construct.asset
Constructors in net.officefloor.frame.impl.construct.asset with parameters of type FunctionLoopModifierConstructorDescriptionAssetManagerRegistry(MonitorClock monitorClock, FunctionLoop functionLoop) Instantiate. -
Uses of FunctionLoop in net.officefloor.frame.impl.execute.asset
Constructors in net.officefloor.frame.impl.execute.asset with parameters of type FunctionLoopModifierConstructorDescriptionAssetManagerHirerImpl(MonitorClock clock, FunctionLoop loop) Instantiate.AssetManagerImpl(ProcessState managingProcess, MonitorClock clock, FunctionLoop loop) Initiate.OfficeManagerHirerImpl(MonitorClockImpl monitorClock, long monitorInterval, FunctionLoop functionLoop) Instantiate.OfficeManagerImpl(MonitorClockImpl monitorClock, long monitorInterval, FunctionLoop functionLoop, AssetManager[] assetManagers) Initiate. -
Uses of FunctionLoop in net.officefloor.frame.impl.execute.job
Classes in net.officefloor.frame.impl.execute.job that implement FunctionLoop -
Uses of FunctionLoop in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject that return FunctionLoop -
Uses of FunctionLoop in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return FunctionLoopConstructors in net.officefloor.frame.impl.execute.office with parameters of type FunctionLoopModifierConstructorDescriptionOfficeMetaDataImpl(String officeName, OfficeManagerHirer officeManagerHirer, MonitorClock monitorClock, FunctionLoop functionLoop, ThreadLocalAwareExecutor threadLocalAwareExecutor, Executive executive, ManagedExecutionFactory managedExecutionFactory, ManagedFunctionMetaData<?, ?>[] functionMetaDatas, ManagedFunctionLocator functionLocator, ProcessMetaData processMetaData, ManagedFunctionMetaData<?, ?> stateKeepAliveFunctionMetaData, Map<String, ManagedFunctionMetaData<?, ?>> loadObjectMetaDatas, OfficeStartupFunction[] startupFunctions, Profiler profiler) Initiate. -
Uses of FunctionLoop in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor with parameters of type FunctionLoopModifier and TypeMethodDescriptionvoidThreadLocalAwareExecutorImpl.runInContext(FunctionState function, FunctionLoop loop) -
Uses of FunctionLoop in net.officefloor.frame.impl.execute.process
Methods in net.officefloor.frame.impl.execute.process that return FunctionLoop -
Uses of FunctionLoop in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return FunctionLoopModifier and TypeMethodDescriptionManagedObjectMetaData.getFunctionLoop()Obtains theFunctionLoopfor theManagedObject.OfficeMetaData.getFunctionLoop()Obtains theFunctionLoopfor theOffice.ProcessState.getFunctionLoop()Obtains theFunctionLoopfor theProcessState.Methods in net.officefloor.frame.internal.structure with parameters of type FunctionLoopModifier and TypeMethodDescriptionvoidThreadLocalAwareExecutor.runInContext(FunctionState function, FunctionLoop loop) Runs theProcessStatewithin context to enable theThreadLocalinstances of the currentThreadto be available.