So you mean, since 
jboss.web:type=protocolHandler,className=org.apache.jk.server.JkCoyoteHandler 
doesn't emit any notification on its own to which you could subscribe to, you 
want to monitor for its registration to the MBean server.

That would require a filter that doesn't filter by type, but by content.

You can't do that now, but it's a nice idea, e.g:


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

I made a feature request for that: http://jira.jboss.com/jira/browse/JBAS-1365

Cheers!


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864469#3864469

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864469


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to