|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
MBeanClientInterceptor | MethodInterceptor that routes calls to an
MBean running on the supplied MBeanServerConnection . |
MBeanProxyFactoryBean | Creates a proxy to a managed resource running either locally or remotely. |
NotificationListenerRegistrar | Registrar object that associates a specific NotificationListener
with one or more MBeans in an MBeanServer
(typically via a MBeanServerConnection ). |
Exception Summary | |
---|---|
InvalidInvocationException | Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied resource's management interface. |
InvocationFailureException | Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied resource's management interface. |
MBeanInfoRetrievalException | Thrown if an exception is encountered when trying to retrieve MBean metadata. |
Provides support for accessing remote MBean resources. Requires JMX 1.2 or above.
|
The Spring Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |