public class CommandPayload extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Command |
command |
protected boolean |
executed |
protected Throwable |
throwable |
| Constructor and Description |
|---|
CommandPayload(Command command) |
| Modifier and Type | Method and Description |
|---|---|
Command |
getCommand() |
Throwable |
getThrowable() |
boolean |
isExecuted() |
void |
setCommand(Command command) |
void |
setExecuted() |
void |
setThrowable(Throwable throwable) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.