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 © 2014 JBoss by Red Hat. All rights reserved.