@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
/ *
* Copyright 2002 - 2017 the original author or authors .
* Copyright 2002 - 2019 the original author or authors .
*
* Licensed under the Apache License , Version 2 . 0 ( the "License" ) ;
* you may not use this file except in compliance with the License .
@ -29,10 +29,11 @@ import org.springframework.jmx.MBeanServerNotFoundException;
@@ -29,10 +29,11 @@ import org.springframework.jmx.MBeanServerNotFoundException;
import org.springframework.lang.Nullable ;
/ * *
* { @link FactoryBean } that obtains an { @link javax . management . MBeanServer } reference
* { @link FactoryBean } that obtains a { @link javax . management . MBeanServer } reference
* through the standard JMX 1 . 2 { @link javax . management . MBeanServerFactory }
* API ( which is available on JDK 1 . 5 or as part of a JMX 1 . 2 provider ) .
* Exposes the { @code MBeanServer } for bean references .
* API .
*
* < p > Exposes the { @code MBeanServer } for bean references .
*
* < p > By default , { @code MBeanServerFactoryBean } will always create
* a new { @code MBeanServer } even if one is already running . To have
@ -111,6 +112,7 @@ public class MBeanServerFactoryBean implements FactoryBean<MBeanServer>, Initial
@@ -111,6 +112,7 @@ public class MBeanServerFactoryBean implements FactoryBean<MBeanServer>, Initial
* Set whether to register the { @code MBeanServer } with the
* { @code MBeanServerFactory } , making it available through
* { @code MBeanServerFactory . findMBeanServer ( ) } .
* < p > Default is { @code true } .
* @see javax . management . MBeanServerFactory # createMBeanServer
* @see javax . management . MBeanServerFactory # findMBeanServer
* /