Uses of Interface
org.picocontainer.gems.jmx.MBeanInfoProvider

Packages that use MBeanInfoProvider
org.picocontainer.gems.jmx The package contains classes to expose components of PicoContainer with JMX. 
 

Uses of MBeanInfoProvider in org.picocontainer.gems.jmx
 

Classes in org.picocontainer.gems.jmx that implement MBeanInfoProvider
 class AbstractNamingConventionMBeanInfoProvider
          Abstract base class for MBeanInfoProvider that search MBeanInfo in the PicoContainer registered with a key that follows naming conventions.
 class ComponentKeyConventionMBeanInfoProvider
          A MBeanInfoProvider that searches for a MBeanInfo instance in the PicoContainer.
 class ComponentTypeConventionMBeanInfoProvider
          A MBeanInfoProvider that searches for a MBeanInfo instance in the PicoContainer.
 

Methods in org.picocontainer.gems.jmx that return MBeanInfoProvider
 MBeanInfoProvider[] NamingConventionConstructingProvider.getMBeanInfoProviders()
          Return an array with an instance of type ComponentKeyConventionMBeanInfoProvider and ComponentTypeConventionMBeanInfoProvider.
protected abstract  MBeanInfoProvider[] AbstractConstructingProvider.getMBeanInfoProviders()
          Deliver the MBeanInfoProvider instances to use.
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.