Package | Description |
---|---|
org.apache.tomcat.util.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.tomcat.util.modeler.modules |
Implementation classes - should not be used directly.
|
Modifier and Type | Method and Description |
---|---|
static Registry |
Registry.getRegistry()
Deprecated.
Not enough info - use the method that takes CL and domain
|
static Registry |
Registry.getRegistry(Object key,
Object guard)
Factory method to create (if necessary) and return our
Registry instance. |
Modifier and Type | Method and Description |
---|---|
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
|
List |
MbeansDescriptorsSerSource.loadDescriptors(Registry registry,
String location,
String type,
Object source) |
List |
MbeansSource.loadDescriptors(Registry registry,
String location,
String type,
Object source) |
List |
MbeansDescriptorsIntrospectionSource.loadDescriptors(Registry registry,
String location,
String type,
Object source) |
List |
ModelerSource.loadDescriptors(Registry registry,
String location,
String type,
Object source)
Load data, returns a list of items.
|
List |
MbeansDescriptorsDOMSource.loadDescriptors(Registry registry,
String location,
String type,
Object source) |
void |
MbeansDescriptorsSerSource.setRegistry(Registry reg) |
void |
MbeansSource.setRegistry(Registry reg) |
void |
MbeansDescriptorsIntrospectionSource.setRegistry(Registry reg) |
void |
MbeansDescriptorsDOMSource.setRegistry(Registry reg) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.