Class ResponseTempParticipantsSyncCommand

  • All Implemented Interfaces:
    java.lang.Comparable<tigase.cluster.api.CommandListener>, tigase.cluster.api.CommandListener

    @Bean(name="request-temp-participants-sync",
          parent=MixComponentClustered.class,
          active=true)
    public class ResponseTempParticipantsSyncCommand
    extends tigase.cluster.api.CommandListenerAbstract
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void executeCommand​(tigase.xmpp.jid.JID fromNode, java.util.Set<tigase.xmpp.jid.JID> visitedNodes, java.util.Map<java.lang.String,​java.lang.String> data, java.util.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 Detail

      • RESPONSE_TEMP_PARTICIPANTS_SYNC_CMD

        public static final java.lang.String RESPONSE_TEMP_PARTICIPANTS_SYNC_CMD
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResponseTempParticipantsSyncCommand

        public ResponseTempParticipantsSyncCommand()
    • Method Detail

      • executeCommand

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