Class ThreadLocalAwareContextImpl
java.lang.Object
net.officefloor.frame.impl.execute.team.ThreadLocalAwareContextImpl
- All Implemented Interfaces:
ThreadLocalAwareContext
ThreadLocalAwareContext implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExecutes theJobwithin the invokingThreadof theProcessStateto respect theThreadLocalinstances.
-
Constructor Details
-
ThreadLocalAwareContextImpl
Instantiate.- Parameters:
executor-ThreadLocalAwareExecutor.
-
-
Method Details
-
execute
Description copied from interface:ThreadLocalAwareContextExecutes theJobwithin the invokingThreadof theProcessStateto respect theThreadLocalinstances.- Specified by:
executein interfaceThreadLocalAwareContext- Parameters:
job-Jobto be executed.
-