Uses of Package
org.picocontainer.gems.jmx

Packages that use org.picocontainer.gems.jmx
org.picocontainer.gems.jmx The package contains classes to expose components of PicoContainer with JMX. 
org.picocontainer.gems.jmx.mx4j The package contains classes based on MX4J to expose components of PicoContainer with JMX. 
 

Classes in org.picocontainer.gems.jmx used by org.picocontainer.gems.jmx
AbstractConstructingProvider
          A DynamicMBeanProvider that constructs StandardMBean instances that as long as an ObjectName and a MBeanInfo can be generated for the component.
AbstractNamingConventionMBeanInfoProvider
          Abstract base class for MBeanInfoProvider that search MBeanInfo in the PicoContainer registered with a key that follows naming conventions.
AbstractObjectNameFactory
          An abstract ObjectNameFactory that offers functionality to handle the domain part of the object name.
DynamicMBeanFactory
          This factory is responsible for creating instances of DynamicMBean without being dependent on one particular implementation or external dependency.
DynamicMBeanProvider
          Provide instances of DynamicMBean from Pico components.
JMXRegistrationException
          A registration exception caused trying to register the component with JMX.
JMXRegistrationInfo
          Helper class to associate a MBean with an ObjectName.
MBeanInfoProvider
          Provide a MBeanInfo for a component.
ObjectNameFactory
          Core interface for generating ObjectName instances for a DynamicMBean.
 

Classes in org.picocontainer.gems.jmx used by org.picocontainer.gems.jmx.mx4j
DynamicMBeanFactory
          This factory is responsible for creating instances of DynamicMBean without being dependent on one particular implementation or external dependency.
StandardMBeanFactory
          A factory for DynamicMBeans, that creates MBean instances using the classes StandardMBean and ModelMBean provided by the JMX specification.
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.