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 class
OfficeManagerProcessState
-
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 void
ThreadLocalAwareExecutorImpl. 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 class
ProcessStateImpl
Implementation 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 ProcessState
ThreadStateImpl. getLinkedListSetOwner()
ProcessState
ThreadStateImpl. 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 withProcessState
FlowCallback
.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 ProcessState
ThreadState. getProcessState()
Obtains theProcessState
of the process containing thisThreadState
.Methods in net.officefloor.frame.internal.structure with parameters of type ProcessState Modifier and Type Method Description void
ThreadLocalAwareExecutor. processComplete(ProcessState processState)
Flags theProcessState
as complete.
-