Uses of Interface
net.officefloor.frame.internal.structure.ThreadStateContext
-
Packages that use ThreadStateContext Package Description net.officefloor.frame.impl.execute.thread -
-
Uses of ThreadStateContext in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread that return ThreadStateContext Modifier and Type Method Description static ThreadStateContext
ThreadStateImpl. attachThreadStateToThread(ThreadState threadState, boolean isThreadStateSafe)
Attaches theThreadState
to theThread
.static ThreadStateContext
ThreadStateImpl. currentThreadContext(ThreadState fallbackThreadState)
Obtains the currentThreadStateContext
.
-