JDK-4661545 : NotificationBroadcasterSupport should have a constructor taking an Executor
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-04-02
  • 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
NotificationBroadcasterSupport should have a constructor which takes a java.util.concurrent.Executor as parameter.  The Executor would be used to dispatch the notification to its listeners (one Runnable per listener).
###@###.### 2004-07-08

Comments
EVALUATION In fact this can only be done in a subclass as NotificationBroadcasterSupport is part of javax, while TaskServer is jdmk. Could wait for JMX 1.2/JSR 160 final spec before deciding how to handle this. ###@###.### 2002-05-29 Now that javax.management is part of J2SE alongside java.util.concurrent, the obvious solution is to use java.util.concurrent.Executor instead of TaskServer. ###@###.### 2004-07-08 ###@###.### 2004-07-08
08-07-2004