Class DefaultMBeanObjectConverter
java.lang.Object
org.springframework.integration.jmx.DefaultMBeanObjectConverter
-
Constructor Summary
ConstructorsConstructorDescription -
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.
-