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 ThreadStateContextThreadStateImpl. attachThreadStateToThread(ThreadState threadState, boolean isThreadStateSafe)Attaches theThreadStateto theThread.static ThreadStateContextThreadStateImpl. currentThreadContext(ThreadState fallbackThreadState)Obtains the currentThreadStateContext.
-