Interface PubSubComponentClusteredIfc

All Known Implementing Classes:
PubSubComponentClustered

public interface PubSubComponentClusteredIfc
Author:
andrzej
  • Method Details

    • getName

      String getName()
    • isLocalDomain

      boolean isLocalDomain(String domain)
    • 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)