Re: [Mc4j-development] Notification Tree Item
Brought to you by:
ghinkl
From: Greg H. <gre...@gm...> - 2004-12-09 15:08:44
|
The notification node will only display for MBeans that send notification info in their MBeanInfo's. How you expose info about notifications depends on what type of MBean you've built. For example, with a dynamic MBean, you'd simply need to add MBeanNotificationInfo to your MBeanInfo creation. On 09 Dec 2004 20:15:54 +0530, Subhash <su...@se...> wrote: > Hi! > > I have a Standard MBean installed in my Weblogic server. When accessing > the same through MC4J, I don't get the Notification tree item beneath > the "Operation" tree item (which I see for some of the MBeans). What > modifications I have to make to the MBean for enabling this? > > Thanks in advance. > > -- > Regards, > > Subhash. > > ------------------------------------------------------- > 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://productguide.itmanagersjournal.com/ > _______________________________________________ > Mc4j-development mailing list > Mc4...@li... > https://lists.sourceforge.net/lists/listinfo/mc4j-development > -- Greg Hinkle |