Class RequestCapsSyncCommand

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

@Bean(name="request-caps-sync", parent=ClusteredNodeStrategy.class, active=true) public class RequestCapsSyncCommand extends tigase.cluster.api.CommandListenerAbstract
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeCommand(tigase.xmpp.jid.JID fromNode, Set<tigase.xmpp.jid.JID> visitedNodes, Map<String,String> data, Queue<tigase.xml.Element> packets)
     

    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

    • RequestCapsSyncCommand

      public RequestCapsSyncCommand()
  • Method Details

    • executeCommand

      public void executeCommand(tigase.xmpp.jid.JID fromNode, Set<tigase.xmpp.jid.JID> visitedNodes, Map<String,String> data, Queue<tigase.xml.Element> packets) throws tigase.cluster.api.ClusterCommandException
      Throws:
      tigase.cluster.api.ClusterCommandException