Package org.springframework.jmx.access
@NonNullApi
@NonNullFields
package org.springframework.jmx.access
Provides support for accessing remote MBean resources.
-
ClassDescriptionThrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.Thrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).
MethodInterceptor
that routes calls to an MBean running on the suppliedMBeanServerConnection
.Thrown when an invocation failed because of an I/O problem on the MBeanServerConnection.Thrown if an exception is encountered when trying to retrieve MBean metadata.Creates a proxy to a managed resource running either locally or remotely.Registrar object that associates a specificNotificationListener
with one or more MBeans in anMBeanServer
(typically via aMBeanServerConnection
).