Esempio n. 1
0
 public void setNetworkTimeout(Executor arg0, int arg1) throws SQLException {
   OGlobalConfiguration.NETWORK_SOCKET_TIMEOUT.setValue(arg1);
 }
Esempio n. 2
0
 public int getNetworkTimeout() throws SQLException {
   return OGlobalConfiguration.NETWORK_SOCKET_TIMEOUT.getValueAsInteger();
 }