|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandFuture.Status | |
|---|---|
| org.dfdaemon.il2.spi.command | |
| Uses of CommandFuture.Status in org.dfdaemon.il2.spi.command |
|---|
| Methods in org.dfdaemon.il2.spi.command that return CommandFuture.Status | |
|---|---|
CommandFuture.Status |
CommandFuture.getStatus()
|
static CommandFuture.Status |
CommandFuture.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CommandFuture.Status[] |
CommandFuture.Status.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.dfdaemon.il2.spi.command with parameters of type CommandFuture.Status | |
|---|---|
void |
CommandFuture.complete(CommandFuture.Status status,
String reason)
|
void |
CommandFuture.setStatus(CommandFuture.Status status)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||