JDK-6301223 : Enhance javax.management.NotificationFilterSupport to support complex syntax instead of only prefix
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-07-25
  • Updated: 2010-07-29
  • Resolved: 2008-01-24
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 7
7Resolved
Related Reports
Duplicate :  
Description
Today javax.management.NotificationFilterSupport only supports prefix matching.
We could define an extended syntax for the prefix string in order to support more
complex filtering. 
The new version could have additional qualifiers to narrow down the matching criteria.
Compatibility with earlier versions could be ensured as follow:

* The additional qualifiers would be stored in an additional serialized field (which
  would be ignored by older implementation)
* The set of notification returned when the qualifiers are absent would be a superset
  of the notifications returned when the qualifiers are present.

Comments
EVALUATION This should be addressed by CR 6610917, "Define a generic NotificationFilter".
28-09-2007

EVALUATION Will not fix in Mustang. Reconsider for Dolphin.
14-10-2005