|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IGApplicationConfiguration.IGServerInfo
This structure represents group of server type specific application properties.
CfgServer
Method Summary | |
---|---|
java.lang.Integer |
getAttempts()
Returns number of attempts to connect to this server before trying to connect to the backup server. |
IGApplicationConfiguration |
getBackup()
Returns description of server which is to be contacted if connection to this server fails. |
IGApplicationConfiguration.IGHost |
getHost()
Returns reference to structure describing host where this server resides. |
java.lang.String |
getPort()
Returns name of the port to connect to on the target server. |
java.lang.Integer |
getTimeout()
Returns reconnect timeout for connection to the target application. |
Method Detail |
---|
IGApplicationConfiguration.IGHost getHost()
IGApplicationConfiguration.IGHost
,
CfgServer.getHost()
java.lang.String getPort()
CfgServer.getPort()
java.lang.Integer getTimeout()
CfgServer.getTimeout()
java.lang.Integer getAttempts()
CfgServer.getAttempts()
IGApplicationConfiguration getBackup()
CfgServer.getBackupServer()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |