Package com.saperion.intf
Interface SaFailoverInfo
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SaFailoverInfoImpl
public interface SaFailoverInfo extends java.io.SerializableBean that holds the information about the failover configuration of the running system.- Author:
- rbo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddElement(java.lang.String serverName, java.lang.String failoverName, java.lang.String ip, boolean own)Add new element.java.util.List<java.lang.String>getAllFailoverIP()java.lang.StringgetFailoverIP()
-
-
-
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 namefailoverName- Failover nameip- IP adressown- 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
-
-