Package org.jivesoftware.smackx.commands

Interface Summary
LocalCommandFactory A factory for creating local commands.
 

Class Summary
AdHocCommand An ad-hoc command is responsible for executing the provided service and storing the result of the execution.
AdHocCommandDiscoTest AdHocCommand tests.
AdHocCommandManager An AdHocCommandManager is responsible for keeping the list of available commands offered by a service and for processing commands requests.
AdHocCommandNote Notes can be added to a command execution response.
LocalCommand Represents a command that can be executed locally from a remote location.
RemoteCommand Represents a command that is in a remote location.
 

Enum Summary
AdHocCommand.Action  
AdHocCommand.SpecificErrorCondition  
AdHocCommand.Status The status of the stage in the adhoc command.
AdHocCommandNote.Type Represents a note type.