java.lang.Object | ||
↳ | com.sun.jmx.mbeanserver.MBeanSupport<M> | |
↳ | com.sun.jmx.mbeanserver.MXBeanSupport |
Base class for MXBeans.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct an MXBean that wraps the given resource using the given MXBean interface. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Construct an MXBean that wraps the given resource using the given MXBean interface.
resource | the underlying resource for the new MXBean. |
---|---|
mxbeanInterface | the interface to be used to determine the MXBean's management interface. |
IllegalArgumentException | if resource is null or
if it does not implement the class mxbeanInterface or if
that class is not a valid MXBean interface.
|
---|---|
NotCompliantMBeanException |