The Spring Framework

Package org.springframework.jmx.access

Provides proxy support for accessing MBean resources through standard Java interfaces.

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.
 

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.
 

Package org.springframework.jmx.access Description

Provides proxy support for accessing MBean resources through standard Java interfaces.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.