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 class
FunctionLoopImpl
FunctionLoop
implementation. -
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 FunctionLoop
ManagedObjectMetaDataImpl. 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 FunctionLoop
OfficeMetaDataImpl. 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 void
ThreadLocalAwareExecutorImpl. 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 FunctionLoop
ProcessStateImpl. 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 FunctionLoop
ManagedObjectMetaData. getFunctionLoop()
Obtains theFunctionLoop
for theManagedObject
.FunctionLoop
OfficeMetaData. getFunctionLoop()
Obtains theFunctionLoop
for theOffice
.FunctionLoop
ProcessState. getFunctionLoop()
Obtains theFunctionLoop
for theProcessState
.Methods in net.officefloor.frame.internal.structure with parameters of type FunctionLoop Modifier and Type Method Description void
ThreadLocalAwareExecutor. runInContext(FunctionState function, FunctionLoop loop)
Runs theProcessState
within context to enable theThreadLocal
instances of the currentThread
to be available.
-