|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedBean | |
---|---|
org.apache.commons.modeler | The Modeler component of the Apache 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 | |
---|---|
ManagedBean |
Registry.findManagedBean(Class beanClass,
String type)
|
ManagedBean |
Registry.findManagedBean(Object bean,
Class beanClass,
String type)
Find or load metadata. |
ManagedBean |
Registry.findManagedBean(String name)
Find and return the managed bean definition for the specified bean name, if any; otherwise return null . |
Methods in org.apache.commons.modeler with parameters of type ManagedBean | |
---|---|
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 | |
---|---|
ManagedBean |
MbeansDescriptorsIntrospectionSource.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 |
ManagedBean |
MbeansDescriptorsDynamicMBeanSource.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 constructors |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |