Class MeetSyncRequestCommand

java.lang.Object
tigase.cluster.api.CommandListenerAbstract
tigase.meet.cluster.commands.MeetSyncRequestCommand
All Implemented Interfaces:
Comparable<tigase.cluster.api.CommandListener>, tigase.cluster.api.CommandListener

@Bean(name="meetSyncRequestCommand", parent=StrategyIfc.class, active=true) public class MeetSyncRequestCommand extends tigase.cluster.api.CommandListenerAbstract
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeCommand(tigase.xmpp.jid.JID jid, Set<tigase.xmpp.jid.JID> set, Map<String,String> map, Queue<tigase.xml.Element> queue)
     
    static void
    request(StrategyIfc strategyIfc, tigase.xmpp.jid.JID fromNode)
     

    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
  • Field Details

  • Constructor Details

    • MeetSyncRequestCommand

      public MeetSyncRequestCommand()
  • Method Details

    • request

      public static void request(StrategyIfc strategyIfc, tigase.xmpp.jid.JID fromNode)
    • 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