org.jivesoftware.openfire.commands |
Ad-Hoc Commands implementation (JEP-0050).
|
Java Source File Name | Type | Comment |
AdHocCommand.java | Class | An ad-hoc command is a stateless object responsbile for executing the provided service. |
AdHocCommandHandler.java | Class | An AdHocCommandHandler is responsbile for providing discoverable information about the
supported commands and for handling commands requests. |
AdHocCommandManager.java | Class | An AdHocCommandManager is responsible for keeping the list of available commands offered
by a service and for processing commands requests. |
SessionData.java | Class | A SessionData instance is responsible for keeping information gathered during the many stages
of the command being executed. |