How could I get list of MBean names from client side? I have one remote mbean server and from my client side, I need to list all mBean names. How could I do that easily through spring framework?
Thanks.