|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| tigase.jaxmpp.core.client.xmpp.modules.adhoc | |
| Uses of Action in tigase.jaxmpp.core.client.xmpp.modules.adhoc |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc that return Action | |
|---|---|
Action |
AdHocRequest.getAction()
Returns Action selected by client. |
Action |
AdHocResponse.getDefaultAction()
Returns default action |
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc that return types with arguments of type Action | |
|---|---|
Set<Action> |
AdHocResponse.getAvailableActions()
Returns collection of available action. |
| Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc with parameters of type Action | |
|---|---|
void |
AdHocCommansModule.execute(JID toJID,
String node,
Action action,
JabberDataElement data,
AsyncCallback asyncCallback)
Calls ad-hoc command on remote resource. |
void |
AdHocResponse.setDefaultAction(Action defaultAction)
Set default action. |
| Constructors in tigase.jaxmpp.core.client.xmpp.modules.adhoc with parameters of type Action | |
|---|---|
AdHocRequest(Action action,
String node,
String sessionId,
IQ iq,
Map<String,Session> sessions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||