Package com.saperion.rmi
Class SaFailoverInfoImpl
java.lang.Object
com.saperion.rmi.SaFailoverInfoImpl
- All Implemented Interfaces:
SaFailoverInfo
,Serializable
Implementation of the
SaFailoverInfo
interface.- Author:
- rbo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addElement
(String serverName, String failoverName, String ip, boolean own) Add new element.
-
Constructor Details
-
SaFailoverInfoImpl
public SaFailoverInfoImpl()Constructor.
-
-
Method Details
-
addElement
Add new element.- Specified by:
addElement
in interfaceSaFailoverInfo
- Parameters:
serverName
- Server namefailoverName
- Failover nameip
- IP adressown
- Own entry- See Also:
-
getFailoverIP
- Specified by:
getFailoverIP
in interfaceSaFailoverInfo
- Returns:
- My failover IP
- See Also:
-
getAllFailoverIP
- Specified by:
getAllFailoverIP
in interfaceSaFailoverInfo
- Returns:
- List of all failover servers
- See Also:
-