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 | org.aopalliance.intercept.MethodInterceptor that routes calls to an
MBean running on the supplied MBeanServerConnection .
Works for both local and remote MBeanServerConnection s.
By default, the MBeanClientInterceptor will connect to the
MBeanServer and cache MBean metadata at startup. |
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. |