Uses of Interface
net.officefloor.frame.internal.structure.ProcessState
-
-
Uses of ProcessState in net.officefloor.frame.impl.construct.asset
Constructors in net.officefloor.frame.impl.construct.asset with parameters of type ProcessState Constructor Description AssetManagerFactory(ProcessState officeManagerProcessState, MonitorClock monitorClock, FunctionLoop functionLoop)Instantiate. -
Uses of ProcessState in net.officefloor.frame.impl.execute.asset
Constructors in net.officefloor.frame.impl.execute.asset with parameters of type ProcessState Constructor Description AssetManagerImpl(ProcessState officeManagerProcess, MonitorClock clock, FunctionLoop loop)Initiate. -
Uses of ProcessState in net.officefloor.frame.impl.execute.managedobject
Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type ProcessState Constructor Description ManagedObjectCleanupImpl(ProcessState processState, OfficeMetaData officeMetaData)Instantiate. -
Uses of ProcessState in net.officefloor.frame.impl.execute.office
Classes in net.officefloor.frame.impl.execute.office that implement ProcessState Modifier and Type Class Description classOfficeManagerProcessState -
Uses of ProcessState in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor with parameters of type ProcessState Modifier and Type Method Description voidThreadLocalAwareExecutorImpl. processComplete(ProcessState processState) -
Uses of ProcessState in net.officefloor.frame.impl.execute.process
Classes in net.officefloor.frame.impl.execute.process that implement ProcessState Modifier and Type Class Description classProcessStateImplImplementation of theProcessState. -
Uses of ProcessState in net.officefloor.frame.impl.execute.profile
Constructors in net.officefloor.frame.impl.execute.profile with parameters of type ProcessState Constructor Description ProcessProfilerImpl(Profiler profiler, ProcessState process, long startTimestampMilliseconds, long startTimestampNanoseconds)Initiate. -
Uses of ProcessState in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread that return ProcessState Modifier and Type Method Description ProcessStateThreadStateImpl. getLinkedListSetOwner()ProcessStateThreadStateImpl. getProcessState()Constructors in net.officefloor.frame.impl.execute.thread with parameters of type ProcessState Constructor Description ThreadStateImpl(ThreadMetaData threadMetaData, FlowCallback callback, ThreadState callbackThreadState, ProcessState processState, ProcessProfiler processProfiler)Initiate withProcessStateFlowCallback.ThreadStateImpl(ThreadMetaData threadMetaData, FlowCompletion completion, boolean isEscalationHandlingThreadState, ProcessState processState, ProcessProfiler processProfiler)Initiate. -
Uses of ProcessState in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ProcessState Modifier and Type Method Description ProcessStateThreadState. getProcessState()Obtains theProcessStateof the process containing thisThreadState.Methods in net.officefloor.frame.internal.structure with parameters of type ProcessState Modifier and Type Method Description voidThreadLocalAwareExecutor. processComplete(ProcessState processState)Flags theProcessStateas complete.
-