tigase.cluster.api
Interface CommandListener


public interface CommandListener

Author:
Artur Hefczyc Created Mar 16, 2011

Method Summary
 void executeCommand(tigase.xmpp.JID fromNode, Set<tigase.xmpp.JID> visitedNodes, Map<String,String> data, Queue<tigase.xml.Element> packets)
           
 

Method Detail

executeCommand

void executeCommand(tigase.xmpp.JID fromNode,
                    Set<tigase.xmpp.JID> visitedNodes,
                    Map<String,String> data,
                    Queue<tigase.xml.Element> packets)
                    throws ClusterCommandException
Throws:
ClusterCommandException


Copyright © 2012 Tigase. All Rights Reserved.