Uses of Class
org.apache.commons.modeler.ManagedBean
-
Packages that use ManagedBean Package Description org.apache.commons.modeler 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.org.apache.commons.modeler.modules Implementation classes - should not be used directly. -
-
Uses of ManagedBean in org.apache.commons.modeler
Methods in org.apache.commons.modeler that return ManagedBean Modifier and Type Method Description ManagedBean
Registry. findManagedBean(java.lang.Class beanClass, java.lang.String type)
ManagedBean
Registry. findManagedBean(java.lang.Object bean, java.lang.Class beanClass, java.lang.String type)
Find or load metadata.ManagedBean
Registry. findManagedBean(java.lang.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 ManagedBean Modifier and Type Method Description void
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 ManagedBean Modifier and Type Method Description ManagedBean
MbeansDescriptorsDynamicMBeanSource. createManagedBean(Registry registry, java.lang.String domain, java.lang.Object realObj, java.lang.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 constructorsManagedBean
MbeansDescriptorsIntrospectionSource. createManagedBean(Registry registry, java.lang.String domain, java.lang.Class realClass, java.lang.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
-