Class PacketForwardCmd

java.lang.Object
tigase.cluster.api.CommandListenerAbstract
tigase.cluster.strategy.cmd.PacketForwardCmd
All Implemented Interfaces:
Comparable<CommandListener>, CommandListener

public class PacketForwardCmd extends CommandListenerAbstract
Version:
5.2.0, 13/06/22
Author:
Artur Hefczyc
  • Field Details

  • Constructor Details

  • 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 ClusterCommandException
      Description copied from interface: CommandListener
      Method is responsible for executing commands from other nodes and appropriate processing
      Parameters:
      fromNode - address of the node from which command was received
      visitedNodes - collection of already visited nodes
      data - additional data associated with the command in addition to the main Element
      packets - collection of Element commands to be executed
      Throws:
      ClusterCommandException - execution exception