public interface LoginConnectionConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoginConnectionConfig.ServerInfo
Information about available servers.
|
static class |
LoginConnectionConfig.ServerInfoFlags
The RDM Login Server Info Flags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the current contents of the server info object and prepares it
for re-use.
|
int |
copy(LoginConnectionConfig destConnectionConfig)
Performs a deep copy of
LoginConnectionConfig object. |
long |
numStandbyServers()
Returns the number of standby servers.
|
void |
numStandbyServers(long numStandbyServers)
Sets the number of standby servers.
|
java.util.List<LoginConnectionConfig.ServerInfo> |
serverList()
Returns list of
LoginConnectionConfig.ServerInfo for standby connection configuration. |
void |
serverList(java.util.List<LoginConnectionConfig.ServerInfo> serverInfo)
Sets list of
LoginConnectionConfig.ServerInfo for standby connection configuration. |
int copy(LoginConnectionConfig destConnectionConfig)
LoginConnectionConfig object.destConnectionConfig - ConnectionConfig object to copy this object
into. It cannot be null.void clear()
long numStandbyServers()
void numStandbyServers(long numStandbyServers)
numStandbyServers - the num standby serversvoid serverList(java.util.List<LoginConnectionConfig.ServerInfo> serverInfo)
LoginConnectionConfig.ServerInfo for standby connection configuration.serverInfo - the server infojava.util.List<LoginConnectionConfig.ServerInfo> serverList()
LoginConnectionConfig.ServerInfo for standby connection configuration.Copyright @ 2019 Thomson Reuters. All Rights Reserved.