Uses of Interface
mx4j.server.MBeanInvoker

Packages that use MBeanInvoker
mx4j.server   
 

Uses of MBeanInvoker in mx4j.server
 

Classes in mx4j.server that implement MBeanInvoker
 class BCELMBeanInvoker
          MBeanInvoker that generates on-the-fly implementations to call standard MBeans directly, instead of using reflection.
 class CachingReflectionMBeanInvoker
          Caching MBeanInvoker that uses reflection to invoke on MBean instances.
 class ReflectionMBeanInvoker
          Stateless MBeanInvoker that uses reflection to invoke on MBean instances.
 

Methods in mx4j.server that return MBeanInvoker
 MBeanInvoker MBeanMetaData.getMBeanInvoker()
          Returns the MBeanInvoker of the standard MBean
static MBeanInvoker BCELMBeanInvoker.create(MBeanMetaData metadata)
          Creates a new MBeanInvoker created on-the-fly by using BCEL.
 

Methods in mx4j.server with parameters of type MBeanInvoker
 void MBeanMetaData.setMBeanInvoker(MBeanInvoker invoker)
          Sets the MBeanInvoker of the standard MBean
 



Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.