Java org.springframework.jmx.access MBeanProxyFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jmx.access MBeanProxyFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jmx.access MBeanProxyFactoryBean.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
Checks that the proxyInterface has been specified and then generates the proxy for the target MBean.
ObjectgetObject()
voidsetObjectName(Object objectName)
Set the ObjectName of the MBean which calls are routed to, as ObjectName instance or as String .
voidsetProxyInterface(Class proxyInterface)
Set the interface that the generated proxy will implement.
voidsetServer(MBeanServerConnection server)
Set the MBeanServerConnection used to connect to the MBean which all invocations are routed to.