0 Replies Latest reply on Mar 18, 2004 7:27 AM by k2c

    MBean A stops and starts Mbean B

    k2c

      Hi to all,

      I am using jboss 2.4.9 and i am a newbie mbeans developer.

      What i would like to do is to implement a Mbean A which for certain conditions it would restart a MBean B.

      1. How do i call the start or stop methods of another Mbean?
      2. I don't know if to make a restart to a mbean i must call the start/stop methods of Mbean B or init/destroy methods. Any Help?

      Thanks to all in advance.