org.springframework.jmx.access |
Provides proxy support for accessing MBean resources through standard Java interfaces.
|
Java Source File Name | Type | Comment |
InvalidInvocationException.java | Class | Thrown when trying to invoke an operation on a proxy that is not exposed
by the proxied resource's management interface. |
InvocationFailureException.java | Class | Thrown when trying to invoke an operation on a proxy that is not exposed
by the proxied resource's management interface. |
MBeanClientInterceptor.java | Class | MethodInterceptor implementation that routes calls to an MBean
running on the supplied MBeanServerConnection . |
MBeanInfoRetrievalException.java | Class | Thrown if an exception is encountered when trying to retrieve
MBean metadata. |
MBeanProxyFactoryBean.java | Class | Creates a proxy to a managed resource running either locally or remotely.
The "proxyInterface" property defines the interface that the generated
proxy is supposed to implement. |