Class NodesChangedCommand

java.lang.Object
tigase.cluster.api.CommandListenerAbstract
tigase.pubsub.cluster.commands.NodesChangedCommand
tigase.mix.cluster.commands.NodesChangedCommand
All Implemented Interfaces:
Comparable<tigase.cluster.api.CommandListener>, tigase.cluster.api.CommandListener

@Bean(name="nodesChangedCmd", parent=StrategyIfc.class, active=true) public class NodesChangedCommand extends tigase.pubsub.cluster.commands.NodesChangedCommand
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from class tigase.pubsub.cluster.commands.NodesChangedCommand

    BROADCAST_NOTIFICATION, CAPS_CHANGED, CAPS_REMOVED, CHILD_NODE_ADDED, CHILD_NODE_REMOVED, NODE_AFFILIATION_CHANGED, NODE_CONFIG_CHANGED, NODE_ITEM_PUBLISHED, NODE_ITEM_RETRACTED, NODE_SUBSCRIPTION_CHANGED, NODES_CHANGED_CMD, ROOT_NODE_ADDED, ROOT_NODE_REMOVED, USER_REMOVED
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    executeAction(tigase.xmpp.jid.BareJID serviceJid, String nodeName, String action, tigase.xml.Element elem)
     

    Methods inherited from class tigase.pubsub.cluster.commands.NodesChangedCommand

    executeCommand

    Methods inherited from class tigase.cluster.api.CommandListenerAbstract

    compareTo, equals, getName, getPriority, getStatistics, getSyncInTraffic, getSyncOutTraffic, hashCode, incSyncInTraffic, incSyncOutTraffic, setName, setPriority

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • NodesChangedCommand

      public NodesChangedCommand()
  • Method Details

    • executeAction

      protected void executeAction(tigase.xmpp.jid.BareJID serviceJid, String nodeName, String action, tigase.xml.Element elem) throws tigase.component.exceptions.RepositoryException
      Overrides:
      executeAction in class tigase.pubsub.cluster.commands.NodesChangedCommand
      Throws:
      tigase.component.exceptions.RepositoryException