Uses of Interface
tigase.meet.cluster.StrategyIfc
Packages that use StrategyIfc
-
Uses of StrategyIfc in tigase.meet.cluster
Classes in tigase.meet.cluster that implement StrategyIfc -
Uses of StrategyIfc in tigase.meet.cluster.commands
Methods in tigase.meet.cluster.commands with parameters of type StrategyIfcModifier and TypeMethodDescriptionstatic voidMeetCreationLockCommand.acquiredLock(StrategyIfc strategy, tigase.xmpp.jid.BareJID meetJid, Collection<tigase.xmpp.jid.JID> toNodes, boolean result) static voidMeetCreationLockCommand.acquireLock(StrategyIfc strategy, tigase.xmpp.jid.BareJID meetJid, Collection<tigase.xmpp.jid.JID> toNodes, Long until) static voidMeetCreationLockCommand.releaseLock(StrategyIfc strategy, tigase.xmpp.jid.BareJID meetJid, Collection<tigase.xmpp.jid.JID> toNodes, boolean success) static voidMeetSyncRequestCommand.request(StrategyIfc strategyIfc, tigase.xmpp.jid.JID fromNode) static voidMeetSyncResponseCommand.respond(StrategyIfc strategyIfc, tigase.xmpp.jid.JID toNode, Queue<tigase.xml.Element> elements)