Package org.apache.felix.mosgi.jmx.agent.mx4j.server

Interface Summary
MBeanInvoker Invokes methods on standard MBeans.
MBeanRepository The MBeanServer implementation delegates to implementations of this interface the storage of registered MBeans.
 

Class Summary
DefaultClassLoaderRepository Default implementation of a ClassLoaderRepository
MBeanIntrospector Introspector for MBeans.
MBeanMetaData Objects of this class hold metadata information about MBeans.
ModifiableClassLoaderRepository Base class to extend to create custom ClassLoaderRepositories.
MX4JMBeanServer The MX4J MBeanServer implementation.
MX4JMBeanServerBuilder This class is responsible for creating new instances of MBeanServerDelegate and MBeanServer.
MX4JMBeanServerDelegate The MBeanServerDelegate subclass typical of the MX4J implementation.
ReflectedMBeanInvoker MBeanInvoker that uses reflection to invoke on MBean instances.