Class ReadAllNodesCommand

  • All Implemented Interfaces:
    tigase.component.adhoc.AdHocCommand

    @Bean(name="readAllNodesCommand",
          parent=PubSubComponent.class,
          active=true)
    public class ReadAllNodesCommand
    extends Object
    implements tigase.component.adhoc.AdHocCommand
    • Field Detail

      • log

        public static final Logger log
    • Constructor Detail

      • ReadAllNodesCommand

        public ReadAllNodesCommand()
    • Method Detail

      • execute

        public void execute​(tigase.component.adhoc.AdhHocRequest request,
                            tigase.component.adhoc.AdHocResponse response)
                     throws tigase.component.adhoc.AdHocCommandException
        Specified by:
        execute in interface tigase.component.adhoc.AdHocCommand
        Throws:
        tigase.component.adhoc.AdHocCommandException
      • getName

        public String getName()
        Specified by:
        getName in interface tigase.component.adhoc.AdHocCommand
      • getNode

        public String getNode()
        Specified by:
        getNode in interface tigase.component.adhoc.AdHocCommand
      • isAllowedFor

        public boolean isAllowedFor​(tigase.xmpp.jid.JID jid)
        Specified by:
        isAllowedFor in interface tigase.component.adhoc.AdHocCommand