JDK-6231888 : JMXConnector should implement Closeable
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2005-02-22
  • Updated: 2017-05-16
  • Resolved: 2005-04-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b33Fixed
Related Reports
Relates :  
Description
A DESCRIPTION OF THE REQUEST :
JMXConnector has a close method that throws an IOException, thus it can implement java.io.Closeable without any compatibility issues. It should do so.

JUSTIFICATION :
  To be able to close JMXConnector like it was any other IO resource
###@###.### 2005-2-22 23:13:52 GMT

Comments
SUGGESTED FIX Make JMXConnector, RMIConnection and RMIServerImpl implement or extend java.io.Closeable. ###@###.### 2005-03-21 18:05:40 GMT
21-03-2005

EVALUATION Indeed, now that the JMX Remote API is part of J2SE we can make this change. ###@###.### 2005-03-02 20:49:56 GMT
02-03-2005