Package tigase.meet.cluster.commands
Class MeetSyncResponseCommand
java.lang.Object
tigase.cluster.api.CommandListenerAbstract
tigase.meet.cluster.commands.MeetSyncResponseCommand
- All Implemented Interfaces:
Comparable<tigase.cluster.api.CommandListener>,tigase.cluster.api.CommandListener
@Bean(name="meetSyncResponseCommand",
parent=StrategyIfc.class,
active=true)
public class MeetSyncResponseCommand
extends tigase.cluster.api.CommandListenerAbstract
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteCommand(tigase.xmpp.jid.JID jid, Set<tigase.xmpp.jid.JID> set, Map<String, String> map, Queue<tigase.xml.Element> queue) static voidrespond(StrategyIfc strategyIfc, tigase.xmpp.jid.JID toNode, Queue<tigase.xml.Element> elements) Methods inherited from class tigase.cluster.api.CommandListenerAbstract
compareTo, equals, getName, getPriority, getStatistics, getSyncInTraffic, getSyncOutTraffic, hashCode, incSyncInTraffic, incSyncOutTraffic, setName, setPriority
-
Field Details
-
MEET_SYNC_RESPONSE
- See Also:
-
-
Constructor Details
-
MeetSyncResponseCommand
public MeetSyncResponseCommand()
-
-
Method Details
-
respond
public static void respond(StrategyIfc strategyIfc, tigase.xmpp.jid.JID toNode, Queue<tigase.xml.Element> elements) -
executeCommand
public void executeCommand(tigase.xmpp.jid.JID jid, Set<tigase.xmpp.jid.JID> set, Map<String, String> map, Queue<tigase.xml.Element> queue) throws tigase.cluster.api.ClusterCommandException- Throws:
tigase.cluster.api.ClusterCommandException
-