Package | Description |
---|---|
org.jivesoftware.smackx.commands | |
org.jivesoftware.smackx.commands.packet |
Modifier and Type | Method and Description |
---|---|
AdHocCommand.Status |
AdHocCommand.getStatus()
Returns the status of the current stage.
|
static AdHocCommand.Status |
AdHocCommand.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdHocCommand.Status[] |
AdHocCommand.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AdHocCommand.Status |
AdHocCommandData.getStatus()
Returns the status of the execution.
|
Modifier and Type | Method and Description |
---|---|
void |
AdHocCommandData.setStatus(AdHocCommand.Status status) |