-
Enhancement
-
Resolution: Won't Fix
-
P3
-
None
-
1.0, 1.4.2, 5.0
-
None
-
generic
-
generic, solaris_9
JMXConnector.connect() will block for the default TCP connect timeout if the remote machine is unavailable. Unless the global VM settings are changed, this is of the order of a couple of minutes.
It would be useful to be able to provide a timeout value for a connection, to be able to deal with error cases better.
JMXConnector.connect(Map env)
could take a new key/value pair to specify a connection timeout value, and then Socket.connect(SocketAddress, timeout) could be called underneath.
###@###.### 10/27/04 12:38 GMT
It would be useful to be able to provide a timeout value for a connection, to be able to deal with error cases better.
JMXConnector.connect(Map env)
could take a new key/value pair to specify a connection timeout value, and then Socket.connect(SocketAddress, timeout) could be called underneath.
###@###.### 10/27/04 12:38 GMT
- duplicates
-
JDK-4841496 JMXMP connector should have way to specify connection timeout
-
- Closed
-