Uses of Class
org.jivesoftware.smackx.commands.AdHocCommand.Status

Packages that use AdHocCommand.Status
org.jivesoftware.smackx.commands   
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of AdHocCommand.Status in org.jivesoftware.smackx.commands
 

Methods in org.jivesoftware.smackx.commands that return AdHocCommand.Status
 AdHocCommand.Status AdHocCommand.getStatus()
          Returns the status of the current stage.
static AdHocCommand.Status AdHocCommand.Status.valueOf(java.lang.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.
 

Uses of AdHocCommand.Status in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return AdHocCommand.Status
 AdHocCommand.Status AdHocCommandData.getStatus()
          Returns the status of the execution.
 

Methods in org.jivesoftware.smackx.packet with parameters of type AdHocCommand.Status
 void AdHocCommandData.setStatus(AdHocCommand.Status status)