This class is responsible for creating new instances of {@link MBeanServerDelegate}and {@link MBeanServer}. It creates instances from the implementation in the mx4j.server
package.
The {@link javax.management.MBeanServerFactory} first creates the delegate, then itcreates the MBeanServer and provides a reference to the created delegate to it. 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.7 $ @see MBeanServer @see javax.management.MBeanServerFactory
|
|
|
|