Package net.officefloor.frame.api.thread
Interface ThreadSynchroniser
-
- All Known Implementing Classes:
SpringDataThreadSynchroniser
public interface ThreadSynchroniser- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresumeThread()Resumes theThreadby loading the suspended state into theThreadLocalinstances of the currentThread.voidsuspendThread()Suspends the currentThreadby: storingThreadLocalstate, and then clearing state off theThread
-