public class FutureResultAdapter extends java.lang.Object implements IFutureResult
Future
.Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.Future<?> |
m_future |
Constructor and Description |
---|
FutureResultAdapter(java.util.concurrent.Future<?> future) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get() |
public FutureResultAdapter(java.util.concurrent.Future<?> future)
public java.lang.Object get() throws java.lang.InterruptedException, ThreadExecutionException
get
in interface IFutureResult
java.lang.InterruptedException
ThreadExecutionException