Package org.hawaiiframework.async
Class AbortableTaskRunnable
java.lang.Object
org.hawaiiframework.async.HawaiiAsyncRunnable
org.hawaiiframework.async.AbortableTaskRunnable
- All Implemented Interfaces:
Runnable
Delegating Runnable that copies the MDC to the executing thread before running the delegate.
- Since:
- 2.0.0
-
Field Summary
Fields inherited from class org.hawaiiframework.async.HawaiiAsyncRunnable
sharedTaskContext -
Constructor Summary
ConstructorsConstructorDescriptionAbortableTaskRunnable(Runnable delegate, SharedTaskContext sharedTaskContext) Construct a new instance. -
Method Summary
Methods inherited from class org.hawaiiframework.async.HawaiiAsyncRunnable
run
-
Constructor Details
-
Method Details
-
doRun
protected void doRun()Description copied from class:HawaiiAsyncRunnableThis method is executed byRunnablerun. Run executes all administrative calls. Code specified in this method will be executed in between those calls.- Specified by:
doRunin classHawaiiAsyncRunnable
-