ConnectorServerFactoryBean()
FactoryBean that creates a JSR-160 JMXConnectorServer, optionally registers it with the MBeanServer and then starts it.
The JMXConnectorServer can be started in a separate thread by setting the threaded property to true. You can configure this thread to be a daemon thread by setting the daemon property to true.
The JMXConnectorServer is correctly shutdown when an instance of this class is destroyed on shutdown of the containing ApplicationContext.
Author
Rob Harrop
Author
Juergen Hoeller
Since
1.2
See Also
JMXConnectorServerMBeanServer