Managing more than one MBean server through a single JMX Client.
HI All...
I want to connect to more than one MBean servers through a single JMX Client.
To be more particular, I want to invoke a function (exposed to the client for management ) only once, and want all the functions with the same name, belonging to other MBeans, to be invoked...
Can anyone clue me as to how to go about this?
One possibility I thought could be that, one MBean could act as a router to all other MBeans. Thus invoking this MBean's function should invoke all other MBeans' function ( with the same name).
Is such a thing possible? If yes, how do i implement it ? Or is there an alternate solution to this?
Thanks a lot in advance.....

