Package tigase.pubsub.cluster
Interface PubSubComponentClusteredIfc
- All Known Implementing Classes:
PubSubComponentClustered
public interface PubSubComponentClusteredIfc
- Author:
- andrzej
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTimerTask(tigase.util.common.TimerTask task, long delay) tigase.xmpp.jid.BareJIDgetName()List<tigase.xmpp.jid.JID>List<tigase.xmpp.jid.JID>booleanisLocalDomain(String domain)
-
Method Details
-
getName
String getName() -
isLocalDomain
-
getDefHostName
tigase.xmpp.jid.BareJID getDefHostName() -
getNodesConnected
List<tigase.xmpp.jid.JID> getNodesConnected() -
getNodesConnectedWithLocal
List<tigase.xmpp.jid.JID> getNodesConnectedWithLocal() -
addTimerTask
void addTimerTask(tigase.util.common.TimerTask task, long delay)
-