Class DefaultMBeanObjectConverter
java.lang.Object
org.springframework.integration.jmx.DefaultMBeanObjectConverter
- All Implemented Interfaces:
MBeanObjectConverter
- Since:
- 3.0
- Author:
- Stuart Williams, Artem Bilan
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionconvert
(MBeanServerConnection connection, ObjectInstance instance)
-
Constructor Details
-
DefaultMBeanObjectConverter
public DefaultMBeanObjectConverter() -
DefaultMBeanObjectConverter
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceMBeanObjectConverter
- Parameters:
connection
- The connection.instance
- The instance.- Returns:
- The mapped object instance.
-