Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.springframework.jmx.access Classes and Interfaces - 7 results found.
| Name | Description | Type | Package | Framework |
| InvalidInvocationException | Thrown when trying to invoke an operation on a proxy that is not exposedby the proxied MBean resource's management interface. | Class | org.springframework.jmx.access | Spring MVC |
|
| InvocationFailureException | Thrown when an invocation on an MBean resource failed with an exception (eithera reflection exception or an exception thrown by the target method itself). | Class | org.springframework.jmx.access | Spring MVC |
|
| MBeanClientInterceptor | MethodInterceptor that routes calls to anMBean running on the supplied MBeanServerConnection. | Class | org.springframework.jmx.access | Spring MVC |
|
| MBeanConnectFailureException | Thrown when an invocation failed because of an I/O problem on theMBeanServerConnection. | Class | org.springframework.jmx.access | Spring MVC |
|
| MBeanInfoRetrievalException | Thrown if an exception is encountered when trying to retrieveSince:1. | Class | org.springframework.jmx.access | Spring MVC |
|
| MBeanProxyFactoryBean | Creates a proxy to a managed resource running either locally or remotely. | Class | org.springframework.jmx.access | Spring MVC |
|
| NotificationListenerRegistrar | Registrar object that associates a specific NotificationListenerwith one or more MBeans in an MBeanServer | Class | org.springframework.jmx.access | Spring MVC |