Package tigase.pubsub.cluster.commands
Class ResponseCapsSyncCommand
java.lang.Object
tigase.cluster.api.CommandListenerAbstract
tigase.pubsub.cluster.commands.ResponseCapsSyncCommand
- All Implemented Interfaces:
Comparable<tigase.cluster.api.CommandListener>,tigase.cluster.api.CommandListener
@Bean(name="response-caps-sync",
parent=ClusteredNodeStrategy.class,
active=true)
public class ResponseCapsSyncCommand
extends tigase.cluster.api.CommandListenerAbstract
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteCommand(tigase.xmpp.jid.JID fromNode, Set<tigase.xmpp.jid.JID> visitedNodes, Map<String, String> data, Queue<tigase.xml.Element> packets) voidnodeDisconnected(tigase.xmpp.jid.JID nodeJID) Methods inherited from class tigase.cluster.api.CommandListenerAbstract
compareTo, equals, getName, getPriority, getStatistics, getSyncInTraffic, getSyncOutTraffic, hashCode, incSyncInTraffic, incSyncOutTraffic, setName, setPriority
-
Field Details
-
RESPONSE_CAPS_SYNC_CMD
- See Also:
-
-
Constructor Details
-
ResponseCapsSyncCommand
public ResponseCapsSyncCommand()
-
-
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
-
nodeDisconnected
public void nodeDisconnected(tigase.xmpp.jid.JID nodeJID)
-