public abstract class AbstractCommand<T> extends Object implements Command<T>, Serializable
Constructor and Description |
---|
AbstractCommand() |
Modifier and Type | Method and Description |
---|---|
T |
getResult() |
Throwable |
getThrowable() |
void |
setResult(T result) |
void |
setThrowable(Throwable throwable) |
public Throwable getThrowable()
getThrowable
in interface Command<T>
public void setThrowable(Throwable throwable)
setThrowable
in interface Command<T>
Copyright © 2017 JBoss by Red Hat. All rights reserved.