Package com.saperion.connector.rmi
Class SaRMIConnectionHandler
- java.lang.Object
-
- com.saperion.connector.rmi.SaRMIConnectionHandler
-
public final class SaRMIConnectionHandler extends java.lang.Object
This class handles the RMI connection to the Java Core Server(s). It takes care of the loadbalancing and monitors the servers with a heartbeat-thread that runs periodically.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SaRMIConnectionHandler
getInstance()
SaRMISystemConnector
getServerCommand()
java.util.List<SaRMIServerInfo>
getServerInfos()
-
-
-
Method Detail
-
getInstance
public static SaRMIConnectionHandler getInstance()
- Returns:
- Instance
-
getServerCommand
public SaRMISystemConnector getServerCommand()
- Returns:
- Server command
-
getServerInfos
public java.util.List<SaRMIServerInfo> getServerInfos()
- Returns:
- the list of SaRMIServerInfo objects describing the servers configured in saperion.properties
-
-