Uses of Interface
net.officefloor.frame.api.team.ThreadLocalAwareContext
-
Packages that use ThreadLocalAwareContext Package Description net.officefloor.frame.api.team net.officefloor.frame.impl.execute.team -
-
Uses of ThreadLocalAwareContext in net.officefloor.frame.api.team
Methods in net.officefloor.frame.api.team with parameters of type ThreadLocalAwareContext Modifier and Type Method Description void
ThreadLocalAwareTeam. setThreadLocalAwareness(ThreadLocalAwareContext context)
Sets theThreadLocalAwareContext
for theTeam
. -
Uses of ThreadLocalAwareContext in net.officefloor.frame.impl.execute.team
Classes in net.officefloor.frame.impl.execute.team that implement ThreadLocalAwareContext Modifier and Type Class Description class
ThreadLocalAwareContextImpl
ThreadLocalAwareContext
implementation.
-