protected abstract static class ConnectionImpl.ErrorAwareFuture<Res extends ResponseMessage,M> extends ExecutorFuture<M>
Constructor and Description |
---|
ErrorAwareFuture(Executor executor,
Class<Res> responseClazz,
NotifyFuture<ResponseMessage> listener) |
Modifier and Type | Method and Description |
---|---|
abstract M |
handleResponse(Res response) |
asyncSetError, asyncSetResult
addListener, addListener, cancel, fetchResult, get, get, isCancelled, isDone, removeListener, removeListener, setError, setResult
public ErrorAwareFuture(Executor executor, Class<Res> responseClazz, NotifyFuture<ResponseMessage> listener)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.