Package com.biglybt.core.util
Class NonDaemonTaskRunner.taskWrapper
- java.lang.Object
-
- com.biglybt.core.util.NonDaemonTaskRunner.taskWrapper
-
- Enclosing class:
- NonDaemonTaskRunner
protected static class NonDaemonTaskRunner.taskWrapper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Throwable
exception
protected java.lang.Object
result
protected AESemaphore
sem
protected NonDaemonTask
task
-
Constructor Summary
Constructors Modifier Constructor Description protected
taskWrapper(NonDaemonTask _task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getName()
protected void
run()
protected java.lang.Object
waitForResult()
-
-
-
Field Detail
-
task
protected final NonDaemonTask task
-
sem
protected final AESemaphore sem
-
result
protected java.lang.Object result
-
exception
protected java.lang.Throwable exception
-
-
Constructor Detail
-
taskWrapper
protected taskWrapper(NonDaemonTask _task)
-
-