Package net.officefloor.frame.api.team
Interface ThreadLocalAwareContext
-
- All Known Implementing Classes:
ThreadLocalAwareContextImpl
public interface ThreadLocalAwareContext
Context for theThreadLocalAwareTeam
Team
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Job job)
Executes theJob
within the invokingThread
of theProcessState
to respect theThreadLocal
instances.
-
-
-
Method Detail
-
execute
void execute(Job job)
Executes theJob
within the invokingThread
of theProcessState
to respect theThreadLocal
instances.- Parameters:
job
-Job
to be executed.
-
-