Package tigase.pubsub.cluster
Class PubSubComponentClustered.PacketForwardCommand
- java.lang.Object
-
- tigase.cluster.api.CommandListenerAbstract
-
- tigase.pubsub.cluster.PubSubComponentClustered.PacketForwardCommand
-
- All Implemented Interfaces:
java.lang.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 PacketForwardCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteCommand(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)
-
-
-
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
-
-