Interface SaFailoverInfo

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    SaFailoverInfoImpl

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

      • addElement

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

        java.lang.String getFailoverIP()
        Returns:
        My failover IP
      • getAllFailoverIP

        java.util.List<java.lang.String> getAllFailoverIP()
        Returns:
        List of all failover servers