protected abstract static class ConnectionImpl.ErrorAwareFuture<Res extends ResponseMessage,M>
extends org.eclipse.scada.utils.concurrent.ExecutorFuture<M>
| Constructor and Description |
|---|
ConnectionImpl.ErrorAwareFuture(Executor executor,
Class<Res> responseClazz,
org.eclipse.scada.utils.concurrent.NotifyFuture<ResponseMessage> listener) |
| Modifier and Type | Method and Description |
|---|---|
abstract M |
handleResponse(Res response) |
asyncSetError, asyncSetResultpublic ConnectionImpl.ErrorAwareFuture(Executor executor, Class<Res> responseClazz, org.eclipse.scada.utils.concurrent.NotifyFuture<ResponseMessage> listener)