|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| javax.management | Provides the core classes for the Java Management Extensions. |
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
| Uses of MXBeanMappingFactory in javax.management |
|---|
| Modifier and Type | Method and Description |
|---|---|
MXBeanMappingFactory |
JMX.MBeanOptions.getMXBeanMappingFactory()
The mappings between Java types and Open Types to be used in an MXBean proxy or a StandardMBean instance that is an MXBean, or null if this instance is not for an MXBean. |
| Modifier and Type | Method and Description |
|---|---|
void |
JMX.MBeanOptions.setMXBeanMappingFactory(MXBeanMappingFactory f)
Set the MXBeanMappingFactory to
the given value. |
| Uses of MXBeanMappingFactory in javax.management.openmbean |
|---|
| Modifier and Type | Field and Description |
|---|---|
static MXBeanMappingFactory |
MXBeanMappingFactory.DEFAULT
Mapping factory that applies the default rules for MXBean mappings, as described in the MXBean specification. |
| Modifier and Type | Method and Description |
|---|---|
static MXBeanMappingFactory |
MXBeanMappingFactory.forInterface(Class<?> intf)
Determine the appropriate MXBeanMappingFactory to use for the given MXBean interface, based on its annotations. |
| Modifier and Type | Method and Description |
|---|---|
abstract MXBeanMapping |
MXBeanMappingFactory.mappingForType(Type t,
MXBeanMappingFactory f)
Return the mapping for the given Java type. |
| Constructor and Description |
|---|
CompositeDataInvocationHandler(CompositeData compositeData,
MXBeanMappingFactory mappingFactory)
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.