Uses of Class
org.apache.commons.modeler.ManagedBean
Packages that use ManagedBean
Package
Description
The Modeler component of the Jakarta Commons subproject
offers convenient support for configuring and instantiating Model MBeans
(management beans), as described in the JMX Specification.
Implementation classes - should not be used directly.
-
Uses of ManagedBean in org.apache.commons.modeler
Methods in org.apache.commons.modeler that return ManagedBeanModifier and TypeMethodDescriptionRegistry.findManagedBean
(Class beanClass, String type) Registry.findManagedBean
(Object bean, Class beanClass, String type) Find or load metadata.Registry.findManagedBean
(String name) Find and return the managed bean definition for the specified bean name, if any; otherwise returnnull
.Methods in org.apache.commons.modeler with parameters of type ManagedBeanModifier and TypeMethodDescriptionvoid
Registry.addManagedBean
(ManagedBean bean) Add a new bean metadata to the set of beans known to this registry.void
Registry.removeManagedBean
(ManagedBean bean) Remove an existing bean from the set of beans known to this registry. -
Uses of ManagedBean in org.apache.commons.modeler.modules
Methods in org.apache.commons.modeler.modules that return ManagedBeanModifier and TypeMethodDescriptionMbeansDescriptorsDynamicMBeanSource.createManagedBean
(Registry registry, String domain, Object realObj, String type) XXX Find if the 'className' is the name of the MBean or the real class ( I suppose first ) XXX Read (optional) descriptions from a .properties, generated from source XXX Deal with constructorsMbeansDescriptorsIntrospectionSource.createManagedBean
(Registry registry, String domain, Class realClass, String type) XXX Find if the 'className' is the name of the MBean or the real class ( I suppose first ) XXX Read (optional) descriptions from a .properties, generated from source XXX Deal with constructors