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 TypeMethodDescriptionvoidaddElement(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:
addElementin interfaceSaFailoverInfo- Parameters:
serverName- Server namefailoverName- Failover nameip- IP adressown- Own entry- See Also:
-
getFailoverIP
- Specified by:
getFailoverIPin interfaceSaFailoverInfo- Returns:
- My failover IP
- See Also:
-
getAllFailoverIP
- Specified by:
getAllFailoverIPin interfaceSaFailoverInfo- Returns:
- List of all failover servers
- See Also:
-