Package tigase.server.xmppsession.adhoc
Class SuggestedDomainsListAdhoc
java.lang.Object
tigase.server.xmppsession.adhoc.SuggestedDomainsListAdhoc
- All Implemented Interfaces:
AdHocCommand
@Bean(name="tigase:instance:details#domains",
parent=SessionManager.class,
active=true,
exportable=true)
public class SuggestedDomainsListAdhoc
extends Object
implements AdHocCommand
AdHoc command to retrieve list of all know domains (local and remote)
<iq type='set'>
<command xmlns='http://jabber.org/protocol/commands' node='tigase:instance:details#domains' action='execute'/>
</iq>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(AdhHocRequest request, AdHocResponse response) getName()
getNode()
boolean
isAllowedFor
(JID jid) boolean
isAllowedFor
(JID from, JID to) boolean
protected Form
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tigase.component.adhoc.AdHocCommand
execute, getGroup
-
Field Details
-
XMLNS
- See Also:
-
-
Constructor Details
-
SuggestedDomainsListAdhoc
public SuggestedDomainsListAdhoc()
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceAdHocCommand
- Throws:
AdHocCommandException
-
getName
- Specified by:
getName
in interfaceAdHocCommand
-
getNode
- Specified by:
getNode
in interfaceAdHocCommand
-
isAllowedFor
- Specified by:
isAllowedFor
in interfaceAdHocCommand
-
isAllowedFor
- Specified by:
isAllowedFor
in interfaceAdHocCommand
-
isForSelf
public boolean isForSelf()- Specified by:
isForSelf
in interfaceAdHocCommand
-
prepareForm
-