JDK-4718350 : RFE: Wildcard support in notification filter
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 2.0,5.0
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,solaris_2.5
  • CPU: generic,x86
  • Submitted: 2002-07-22
  • Updated: 2008-01-24
  • 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 :  
Duplicate :  
Relates :  
Relates :  
Description
* Wildcard support in notification filter
  An implementation of the NotificationFilter interface that uses J2SE
  1.4 regexps on the notification type to determine whether to send it
  to a given listener.

Comments
EVALUATION The proposed QueryNotificationFilter can be used to achieve this. It uses * and ? wildcards rather than regexps, but that should be sufficient.
24-01-2008

PUBLIC COMMENTS .
01-09-2004

EVALUATION Nice to have, but no immediate demand for it, and users can easily enough code it themselves. ###@###.### 2002-07-22
22-07-2002