Package net.officefloor.frame.api.team
Interface ThreadLocalAwareContext
-
- All Known Implementing Classes:
ThreadLocalAwareContextImpl
public interface ThreadLocalAwareContextContext for theThreadLocalAwareTeamTeam.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Job job)Executes theJobwithin the invokingThreadof theProcessStateto respect theThreadLocalinstances.
-
-
-
Method Detail
-
execute
void execute(Job job)
Executes theJobwithin the invokingThreadof theProcessStateto respect theThreadLocalinstances.- Parameters:
job-Jobto be executed.
-
-