|
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.modelmbean | Provides the definition of the ModelMBean classes. |
| javax.management.namespace | The javax.management.namespace package makes it possible
to federate MBeanServers into a hierarchical name space. |
| Uses of DynamicMBean in javax.management |
|---|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicWrapperMBean
An MBean can implement this interface to affect how the MBeanServer's getClassLoaderFor and
isInstanceOf methods behave. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardEmitterMBean
An MBean whose management interface is determined by reflection on a Java interface, and that emits notifications. |
class |
StandardMBean
An MBean whose management interface is determined by reflection on a Java interface. |
| Uses of DynamicMBean in javax.management.modelmbean |
|---|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelMBean
This interface must be implemented by the ModelMBeans. |
| Modifier and Type | Class and Description |
|---|---|
class |
RequiredModelMBean
This class is the implementation of a ModelMBean. |
| Uses of DynamicMBean in javax.management.namespace |
|---|
| Modifier and Type | Method and Description |
|---|---|
abstract DynamicMBean |
MBeanServerSupport.getDynamicMBeanFor(ObjectName name)
Returns a dynamically created handle that makes it possible to access the named MBean for the duration of a method call. |
|
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.