|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
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. |
| Uses of JMX.MBeanOptions in javax.management |
|---|
| Modifier and Type | Class and Description |
|---|---|
static class |
JMX.ProxyOptions
Options to apply to an MBean proxy. |
static class |
StandardMBean.Options
Options controlling the behavior of StandardMBean instances. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description | |
|---|---|---|
static
|
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. |
| Constructor and Description |
|---|
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-b76 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.