Uses of Class
tigase.cluster.api.ClusterCommandException
-
Packages that use ClusterCommandException Package Description tigase.cluster tigase.cluster.api tigase.cluster.strategy.cmd -
-
Uses of ClusterCommandException in tigase.cluster
Methods in tigase.cluster that throw ClusterCommandException Modifier and Type Method Description voidAmpComponentClustered.PacketForwardCommand. executeCommand(JID fromNode, java.util.Set<JID> visitedNodes, java.util.Map<java.lang.String,java.lang.String> data, java.util.Queue<Element> packets) -
Uses of ClusterCommandException in tigase.cluster.api
Methods in tigase.cluster.api that throw ClusterCommandException Modifier and Type Method Description voidCommandListener. executeCommand(JID fromNode, java.util.Set<JID> visitedNodes, java.util.Map<java.lang.String,java.lang.String> data, java.util.Queue<Element> packets)Method is responsible for executing commands from other nodes and appropriate processing -
Uses of ClusterCommandException in tigase.cluster.strategy.cmd
Methods in tigase.cluster.strategy.cmd that throw ClusterCommandException Modifier and Type Method Description voidPacketForwardCmd. executeCommand(JID fromNode, java.util.Set<JID> visitedNodes, java.util.Map<java.lang.String,java.lang.String> data, java.util.Queue<Element> packets)
-