spring-framework / org.springframework.jmx.support / ConnectorServerFactoryBean / afterPropertiesSet

afterPropertiesSet

open fun afterPropertiesSet(): Unit

Start the connector server. If the threaded flag is set to true, the JMXConnectorServer will be started in a separate thread. If the daemon flag is set to true, that thread will be started as a daemon thread.

Exceptions

JMException - if a problem occurred when registering the connector server with the MBeanServer

IOException - if there is a problem starting the connector server