Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Uses of Class
javax.management.openmbean.MXBeanMappingFactory

Packages that use MXBeanMappingFactory
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
 

Methods in javax.management that return MXBeanMappingFactory
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.
 

Methods in javax.management with parameters of type MXBeanMappingFactory
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
 

Fields in javax.management.openmbean declared as MXBeanMappingFactory
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.
 

Methods in javax.management.openmbean that return MXBeanMappingFactory
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.
 

Methods in javax.management.openmbean with parameters of type MXBeanMappingFactory
Modifier and Type Method and Description
abstract  MXBeanMapping MXBeanMappingFactory.mappingForType(Type t, MXBeanMappingFactory f)
          Return the mapping for the given Java type.
 

Constructors in javax.management.openmbean with parameters of type MXBeanMappingFactory
Constructor and Description
CompositeDataInvocationHandler(CompositeData compositeData, MXBeanMappingFactory mappingFactory)
           
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Submit a bug or feature

Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.