Uses of Interface
net.officefloor.frame.internal.structure.FunctionLoop
-
-
Uses of FunctionLoop in net.officefloor.frame.impl.construct.asset
Constructors in net.officefloor.frame.impl.construct.asset with parameters of type FunctionLoop Constructor Description AssetManagerRegistry(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 FunctionLoop Constructor Description AssetManagerHirerImpl(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 Modifier and Type Class Description classFunctionLoopImplFunctionLoopimplementation. -
Uses of FunctionLoop in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject that return FunctionLoop Modifier and Type Method Description FunctionLoopManagedObjectMetaDataImpl. getFunctionLoop() -
Uses of FunctionLoop in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return FunctionLoop Modifier and Type Method Description FunctionLoopOfficeMetaDataImpl. getFunctionLoop()Constructors in net.officefloor.frame.impl.execute.office with parameters of type FunctionLoop Constructor Description OfficeMetaDataImpl(java.lang.String officeName, OfficeManagerHirer officeManagerHirer, MonitorClock monitorClock, FunctionLoop functionLoop, ThreadLocalAwareExecutor threadLocalAwareExecutor, Executive executive, ManagedExecutionFactory managedExecutionFactory, ManagedFunctionMetaData<?,?>[] functionMetaDatas, ManagedFunctionLocator functionLocator, ProcessMetaData processMetaData, ManagedFunctionMetaData<?,?> stateKeepAliveFunctionMetaData, java.util.Map<java.lang.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 FunctionLoop Modifier and Type Method Description voidThreadLocalAwareExecutorImpl. 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 Modifier and Type Method Description FunctionLoopProcessStateImpl. getFunctionLoop() -
Uses of FunctionLoop in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return FunctionLoop Modifier and Type Method Description FunctionLoopManagedObjectMetaData. getFunctionLoop()Obtains theFunctionLoopfor theManagedObject.FunctionLoopOfficeMetaData. getFunctionLoop()Obtains theFunctionLoopfor theOffice.FunctionLoopProcessState. getFunctionLoop()Obtains theFunctionLoopfor theProcessState.Methods in net.officefloor.frame.internal.structure with parameters of type FunctionLoop Modifier and Type Method Description voidThreadLocalAwareExecutor. runInContext(FunctionState function, FunctionLoop loop)Runs theProcessStatewithin context to enable theThreadLocalinstances of the currentThreadto be available.
-