Package com.saperion.intf
Interface SaFailoverInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SaFailoverInfoImpl
Bean that holds the information about the failover configuration of the running system.
- Author:
- rbo
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addElement
(String serverName, String failoverName, String ip, boolean own) Add new element.
-
Method Details
-
addElement
Add new element.- Parameters:
serverName
- Server namefailoverName
- Failover nameip
- IP adressown
- Own entry
-
getFailoverIP
String getFailoverIP()- Returns:
- My failover IP
-
getAllFailoverIP
- Returns:
- List of all failover servers
-