Frames | No Frames |
Classes implementing mx4j.server.MBeanInvoker | |
class | MBeanInvoker that generates on-the-fly implementations to call standard MBeans directly, instead of using reflection. |
class | Caching MBeanInvoker that uses reflection to invoke on MBean instances. |
class | Stateless MBeanInvoker that uses reflection to invoke on MBean instances. |
Methods with parameter type mx4j.server.MBeanInvoker | |
void | Sets the MBeanInvoker of the standard MBean
|
Methods with return type mx4j.server.MBeanInvoker | |
MBeanInvoker | Creates a new MBeanInvoker created on-the-fly by using BCEL. |
MBeanInvoker | Returns the MBeanInvoker of the standard MBean
|