Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

Parameters:
loginTimeout - The login timeout value in seconds.
See Also:
setLoginTimeout(int), getLoginTimeout()
setLoginTimeout
public void setLoginTimeout(int loginTimeout)
Sets the login timeout in seconds for the Type 4 connection. The default login timeout value is set to 60 seconds.
Parameters:
loginTimeout - The login timeout value in seconds.
See Also:
setLoginTimeout(String), getLoginTimeout()
getLoginTimeout
public int getLoginTimeout()
Returns the login timeout value set for the current Type 4 connection.
Returns:
the login timeout value in seconds.
See Also:
setLoginTimeout(int), setLoginTimeout(String)
setNetworkTimeout
public void setNetworkTimeout(java.lang.String networkTimeout)
Sets the network timeout in seconds for the Type 4 connection. The default network timeout value is set to
infinity.
Parameters:
networkTimeout - The network timeout value in seconds.
See Also:
setNetworkTimeout(int), getNetworkTimeout()
setNetworkTimeout
public void setNetworkTimeout(int networkTimeout)
Sets the network timeout in seconds for the Type 4 connection. The default network timeout value is set to
infinity.
Parameters:
networkTimeout - The network timeout value in seconds.
See Also:
setNetworkTimeout(String), getNetworkTimeout()