KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > remote > JMXConnectorServerFactory > Top Examples

  • org.springframework.jmx.support.ConnectorServerFactoryBean
    <code>FactoryBean</code> that creates a JSR-160 <code>JMXConnectorServer</code>, optionally registers it with the <code>MBeanServer</code> and then starts it. <p>The <code>JMXConnectorServer</code> can be started in a separate thread by settin ...
Popular Tags