Interface SaFailoverInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
SaFailoverInfoImpl

public interface SaFailoverInfo extends Serializable
Bean that holds the information about the failover configuration of the running system.
Author:
rbo
  • Method Details

    • addElement

      void addElement(String serverName, String failoverName, String ip, boolean own)
      Add new element.
      Parameters:
      serverName - Server name
      failoverName - Failover name
      ip - IP adress
      own - Own entry
    • getFailoverIP

      String getFailoverIP()
      Returns:
      My failover IP
    • getAllFailoverIP

      List<String> getAllFailoverIP()
      Returns:
      List of all failover servers