T
- the result typepublic static interface ActiveOperation.ResultHandler<T>
boolean done(T result)
result
- the resulttrue
if the result was successfully set, or false
if a result was already setboolean failed(Exception e)
e
- the exceptiontrue
if the result was successfully set, or false
if a result was already setvoid cancel()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.