This class is used by the {@link javax.management.MBeanServerFactory} to delegate thecreation of new instances of {@link javax.management.MBeanServerDelegate} and{@link javax.management.MBeanServer}. This implementation further delegates the work to {@link mx4j.server.MX4JMBeanServerBuilder}to return implementations in the mx4j.server
package.
The {@link javax.management.MBeanServerFactory} creates the delegate beforecreating the MBeanServer itself and providing a reference to the created delegate. Note that the delegate passed to the MBeanServer might not be the instance returned by this builder; for example, it could be a wrapper around it.
@version $Revision: 1.10 $ @see MBeanServer @see MBeanServerFactory
|
|
|
|
|
|
|
|
|
|
|
|