public abstract class NodesChangedCommand
extends tigase.cluster.api.CommandListenerAbstract
| Modifier and Type | Field and Description |
|---|---|
static String |
NODE_CONFIG_CHANGED |
static String |
NODES_CHANGED_CMD |
static String |
ROOT_NODE_ADDED |
static String |
ROOT_NODE_REMOVED |
static String |
USER_REMOVED |
| Constructor and Description |
|---|
NodesChangedCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeCommand(tigase.xmpp.JID fromNode,
Set<tigase.xmpp.JID> visitedNodes,
Map<String,String> data,
Queue<tigase.xml.Element> packets) |
protected abstract CachedPubSubRepositoryClustered |
getPubSubRepositoryClustered() |
public static final String NODES_CHANGED_CMD
public static final String USER_REMOVED
public static final String ROOT_NODE_ADDED
public static final String ROOT_NODE_REMOVED
public static final String NODE_CONFIG_CHANGED
public void executeCommand(tigase.xmpp.JID fromNode,
Set<tigase.xmpp.JID> visitedNodes,
Map<String,String> data,
Queue<tigase.xml.Element> packets)
throws tigase.cluster.api.ClusterCommandException
tigase.cluster.api.ClusterCommandExceptionprotected abstract CachedPubSubRepositoryClustered getPubSubRepositoryClustered()
Copyright © 2017 Tigase. All rights reserved.