Once you have identified the MBean that you want to use,
you will typically either get some attribute, set some attribute, or call a method on the MBean.
How you do that depends on how you identified the MBean that you want to use.
In this article, we will examine the AdminControl methods you can call using an ObjectName as a parameter.