Class PubSubComponentClustered.PacketForwardCommand

java.lang.Object
tigase.cluster.api.CommandListenerAbstract
tigase.pubsub.cluster.PubSubComponentClustered.PacketForwardCommand
All Implemented Interfaces:
Comparable<tigase.cluster.api.CommandListener>, tigase.cluster.api.CommandListener
Enclosing class:
PubSubComponentClustered

@Bean(name="packetForwardCmd", parent=PubSubComponentClustered.class, active=true) public static class PubSubComponentClustered.PacketForwardCommand extends tigase.cluster.api.CommandListenerAbstract
  • 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
  • Constructor Details

    • PacketForwardCommand

      public PacketForwardCommand()
  • 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