Class ReloadHandlersCmd

  • All Implemented Interfaces:
    tigase.server.script.CommandIfc, tigase.stats.StatisticHolder

    public class ReloadHandlersCmd
    extends tigase.stats.StatisticHolderImpl
    implements tigase.server.script.CommandIfc
    • Field Summary

      • Fields inherited from class tigase.stats.CounterValue

        counter, level, name
      • Fields inherited from interface tigase.server.script.CommandIfc

        ADD_SCRIPT_CMD, ADMINS_SET, ADMN_CMDS, ADMN_DISC, AUTH_REPO, COMMAND_ID, COMMANDS_ACL, COMPONENT, COMPONENT_NAME, CONNECTED_NODES, CONNECTED_NODES_WITH_LOCAL, DEL_SCRIPT_CMD, DESCRIPT, EVENTBUS, GROUP, LANGUAGE, PACKET, REMOVE_FROM_DISK, SAVE_TO_DISK, SCRI_MANA, SCRIPT_BASE_DIR, SCRIPT_CLASS, SCRIPT_COMP_DIR, SCRIPT_COMPONENT, SCRIPT_DESCRIPTION, SCRIPT_GROUP, SCRIPT_ID, SCRIPT_RESULT, SCRIPT_TEXT, SERVICES_MAP, USER_CONN, USER_REPO, USER_SESS, VHOST_MANAGER
    • Constructor Detail

      • ReloadHandlersCmd

        public ReloadHandlersCmd​(RestModule restModule)
    • Method Detail

      • getBindings

        public Bindings getBindings()
        Specified by:
        getBindings in interface tigase.server.script.CommandIfc
      • getCommandId

        public String getCommandId()
        Specified by:
        getCommandId in interface tigase.server.script.CommandIfc
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface tigase.server.script.CommandIfc
      • getGroup

        public String getGroup()
        Specified by:
        getGroup in interface tigase.server.script.CommandIfc
      • init

        public void init​(String id,
                         String description,
                         String group)
        Specified by:
        init in interface tigase.server.script.CommandIfc
      • isAdminOnly

        public boolean isAdminOnly()
        Specified by:
        isAdminOnly in interface tigase.server.script.CommandIfc
      • setAdminOnly

        public void setAdminOnly​(boolean adminOnly)
        Specified by:
        setAdminOnly in interface tigase.server.script.CommandIfc
      • runCommand

        public void runCommand​(tigase.server.Iq packet,
                               Bindings binds,
                               Queue<tigase.server.Packet> results)
        Specified by:
        runCommand in interface tigase.server.script.CommandIfc