|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Registry | |
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 Registry in org.apache.commons.modeler |
Fields in org.apache.commons.modeler declared as Registry | |
protected Registry |
BaseModelMBean.registry
Registry we are associated with |
Methods in org.apache.commons.modeler that return Registry | |
static Registry |
Registry.getRegistry(Object key,
Object guard)
Factory method to create (if necessary) and return our Registry instance. |
static Registry |
Registry.getRegistry()
Deprecated. Not enough info - use the method that takes CL and domain |
Registry |
BaseModelMBean.getRegistry()
|
Methods in org.apache.commons.modeler with parameters of type Registry | |
void |
BaseModelMBean.setRegistry(Registry registry)
|
Uses of Registry in org.apache.commons.modeler.modules |
Methods in org.apache.commons.modeler.modules with parameters of type Registry | |
List |
ModelerSource.loadDescriptors(Registry registry,
String location,
String type,
Object source)
Load data, returns a list of items. |
void |
MbeansSource.setRegistry(Registry reg)
|
List |
MbeansSource.loadDescriptors(Registry registry,
String location,
String type,
Object source)
|
void |
MbeansDescriptorsSerSource.setRegistry(Registry reg)
|
List |
MbeansDescriptorsSerSource.loadDescriptors(Registry registry,
String location,
String type,
Object source)
|
void |
MbeansDescriptorsDynamicMBeanSource.setRegistry(Registry reg)
|
List |
MbeansDescriptorsDynamicMBeanSource.loadDescriptors(Registry registry,
String location,
String type,
Object source)
|
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 |
void |
MbeansDescriptorsDOMSource.setRegistry(Registry reg)
|
List |
MbeansDescriptorsDOMSource.loadDescriptors(Registry registry,
String location,
String type,
Object source)
|
void |
MbeansDescriptorsIntrospectionSource.setRegistry(Registry reg)
|
List |
MbeansDescriptorsIntrospectionSource.loadDescriptors(Registry registry,
String location,
String type,
Object source)
|
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 |
void |
MbeansDescriptorsDigesterSource.setRegistry(Registry reg)
|
List |
MbeansDescriptorsDigesterSource.loadDescriptors(Registry registry,
String location,
String type,
Object source)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |