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

Java™ Platform
Standard Ed. 7

DRAFT ea-b34

Uses of Class
javax.management.JMX.MBeanOptions

Packages that use JMX.MBeanOptions
javax.management Provides the core classes for the Java Management Extensions. 
 

Uses of JMX.MBeanOptions in javax.management
 

Subclasses of JMX.MBeanOptions in javax.management
static class JMX.ProxyOptions
          Options to apply to an MBean proxy.
static class StandardMBean.Options
          Options controlling the behavior of StandardMBean instances.
 

Methods in javax.management that return JMX.MBeanOptions
 JMX.MBeanOptions JMX.MBeanOptions.clone()
           
 JMX.MBeanOptions MBeanServerInvocationHandler.getMBeanOptions()
          Return the JMX.MBeanOptions used for this proxy.
 JMX.MBeanOptions StandardMBean.getOptions()
          Return the MBeanOptions that were specified or implied for this StandardMBean instance.
 

Methods in javax.management with parameters of type JMX.MBeanOptions
static
<T> T
JMX.newMBeanProxy(MBeanServerConnection connection, ObjectName objectName, Class<T> interfaceClass, JMX.MBeanOptions opts)
          Make a proxy for a Standard MBean or MXBean in a local or remote MBean Server that may also support the methods of NotificationEmitter and (for an MXBean) that may define custom MXBean type mappings.
 

Constructors in javax.management with parameters of type JMX.MBeanOptions
MBeanServerInvocationHandler(MBeanServerConnection connection, ObjectName objectName, JMX.MBeanOptions options)
           
StandardEmitterMBean(Class<?> mbeanInterface, JMX.MBeanOptions options, NotificationEmitter emitter)
          Make an MBean whose management interface is specified by mbeanInterface, with the given options, and where notifications are handled by the given NotificationEmitter.
StandardEmitterMBean(T implementation, Class<T> mbeanInterface, JMX.MBeanOptions options, NotificationEmitter emitter)
          Make an MBean whose management interface is specified by mbeanInterface, with the given implementation and options, and where notifications are handled by the given NotificationEmitter.
StandardMBean(Class<?> mbeanInterface, JMX.MBeanOptions options)
          Make a DynamicMBean out of this, using the specified mbeanInterface class and the specified options.
StandardMBean(T implementation, Class<T> mbeanInterface, JMX.MBeanOptions options)
          Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class and the specified options.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b34

Submit a bug or feature

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