Uses of Interface
net.officefloor.frame.internal.structure.MonitorClock
-
-
Uses of MonitorClock in net.officefloor.compile.impl.state.autowire
Constructors in net.officefloor.compile.impl.state.autowire with parameters of type MonitorClock Constructor Description AutoWireStateManagerFactoryImpl(OfficeFloor officeFloor, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock)
Instantiate.AutoWireStateManagerImpl(Office office, StateManager stateManager, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock)
Instantiate. -
Uses of MonitorClock in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type MonitorClock Modifier and Type Method Description void
OfficeBuilder. setMonitorClock(MonitorClock clock)
Allows providing anMonitorClock
implementation to obtain the current time. -
Uses of MonitorClock in net.officefloor.frame.impl.construct.asset
Constructors in net.officefloor.frame.impl.construct.asset with parameters of type MonitorClock Constructor Description AssetManagerRegistry(MonitorClock monitorClock, FunctionLoop functionLoop)
Instantiate. -
Uses of MonitorClock in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return MonitorClock Modifier and Type Method Description MonitorClock
OfficeBuilderImpl. getMonitorClock()
Methods in net.officefloor.frame.impl.construct.office with parameters of type MonitorClock Modifier and Type Method Description void
OfficeBuilderImpl. setMonitorClock(MonitorClock clock)
-
Uses of MonitorClock in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement MonitorClock Modifier and Type Class Description class
MonitorClockImpl
MonitorClock
implementation.Constructors in net.officefloor.frame.impl.execute.asset with parameters of type MonitorClock Constructor Description AssetLatchImpl(Asset asset, AssetManagerImpl assetManager, MonitorClock clock)
Initiate.AssetManagerHirerImpl(MonitorClock clock, FunctionLoop loop)
Instantiate.AssetManagerImpl(ProcessState managingProcess, MonitorClock clock, FunctionLoop loop)
Initiate. -
Uses of MonitorClock in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject that return MonitorClock Modifier and Type Method Description MonitorClock
ManagedObjectMetaDataImpl. getMonitorClock()
-
Uses of MonitorClock in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return MonitorClock Modifier and Type Method Description MonitorClock
OfficeMetaDataImpl. getMonitorClock()
Constructors in net.officefloor.frame.impl.execute.office with parameters of type MonitorClock Constructor Description ObjectUserImpl(java.lang.String boundObjectName, MonitorClock monitorClock)
Instantiate.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.StateManagerImpl(java.util.Map<java.lang.String,ManagedFunctionMetaData<?,?>> loadObjectMetaDatas, ThreadState threadState, MonitorClock monitorClock, java.util.function.Consumer<FunctionState> functionExecutor, java.lang.Runnable cleanUpState)
Instantiate. -
Uses of MonitorClock in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return MonitorClock Modifier and Type Method Description MonitorClock
OfficeConfiguration. getMonitorClock()
Obtains theMonitorClock
. -
Uses of MonitorClock in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return MonitorClock Modifier and Type Method Description MonitorClock
ManagedObjectMetaData. getMonitorClock()
Obtains theMonitorClock
.MonitorClock
OfficeMetaData. getMonitorClock()
Obtains theMonitorClock
for theOffice
. -
Uses of MonitorClock in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement MonitorClock Modifier and Type Class Description class
ConstructTestSupport
Construction testing of anOffice
TestSupport
.
-