Interface RedundancyStateListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ActiveInactiveFilter, RedundancyStateAdapter

public interface RedundancyStateListener extends EventListener
  • Method Details

    • redundancyStateChanged

      void redundancyStateChanged(RedundancyState newState)
      Called when the node's "redundancy state" changes - ie, its activity level.
    • redundancyConnStatusChanged

      void redundancyConnStatusChanged(ClusterPeerConnectionStatus status)
      Called when the connection state between this node and the other changes- on connect and disconnect.