Uses of Interface
net.officefloor.frame.internal.structure.ProcessProfiler
-
Packages that use ProcessProfiler Package Description net.officefloor.frame.impl.execute.profile net.officefloor.frame.impl.execute.thread -
-
Uses of ProcessProfiler in net.officefloor.frame.impl.execute.profile
Classes in net.officefloor.frame.impl.execute.profile that implement ProcessProfiler Modifier and Type Class Description class
ProcessProfilerImpl
ProcessProfiler
implementation. -
Uses of ProcessProfiler in net.officefloor.frame.impl.execute.thread
Constructors in net.officefloor.frame.impl.execute.thread with parameters of type ProcessProfiler 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.
-