[ http://jira.jboss.com/jira/browse/JBAS-1365?page=history ]

Adrian Brock updated JBAS-1365:
-------------------------------

    Description: 
Allow arbritrary creation of NotificationFilters when subscribing for 
notifications. Currently, only NotificationFilterSupport is suppported.

We should at least add the 2 other standard filters, 
AttributeChangeNotificationFilter & MBeanServerNotificationFilter

We'll do it through a factory mechanism, because each filter is initialized in 
a different way, eg:

  <subscription-list>
    <mbean name="JMImplementation:type=MBeanServerDelegate">
      <filter factory="MBeanServerNotificationFilterFactory">
         <objectname>bla bla </objectname>
      </filter>
    </mbean>
  </subscription-list>

  was:

Allow arbritrary creation of NotificationFilters when subscribing for 
notifications. Currently, only NotificationFilterSupport is suppported.

We should at least add the 2 other standard filters, 
AttributeChangeNotificationFilter & MBeanServerNotificationFilter

We'll do it through a factory mechanism, because each filter is initialized in 
a different way, eg:

  <subscription-list>
    <mbean name="JMImplementation:type=MBeanServerDelegate">
      <filter factory="MBeanServerNotificationFilterFactory">
         <objectname>bla bla </objectname>
      </filter>
    </mbean>
  </subscription-list>

      Component: JMX

> Allow arbitrary creation of filters in ListenerServiceMBeanSupport
> ------------------------------------------------------------------
>
>          Key: JBAS-1365
>          URL: http://jira.jboss.com/jira/browse/JBAS-1365
>      Project: JBoss Application Server
>         Type: Feature Request
>   Components: JMX
>  Environment: system/src/main/org/jboss/system/ListenerServiceMBeanSupport
>     Reporter: Dimitris Andreadis
>     Assignee: Dimitris Andreadis
>     Priority: Optional

>
> Original Estimate: 1 day
>         Remaining: 1 day
>
> Allow arbritrary creation of NotificationFilters when subscribing for 
> notifications. Currently, only NotificationFilterSupport is suppported.
> We should at least add the 2 other standard filters, 
> AttributeChangeNotificationFilter & MBeanServerNotificationFilter
> We'll do it through a factory mechanism, because each filter is initialized 
> in a different way, eg:
>   <subscription-list>
>     <mbean name="JMImplementation:type=MBeanServerDelegate">
>       <filter factory="MBeanServerNotificationFilterFactory">
>          <objectname>bla bla </objectname>
>       </filter>
>     </mbean>
>   </subscription-list>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to