This class is used by the
javax.management.MBeanServerFactory to delegate the
creation of new instances of
javax.management.MBeanServerDelegate and
javax.management.MBeanServer .
This implementation further delegates the work to
mx4j.server.MX4JMBeanServerBuilder to return implementations in the mx4j.server package.
The
javax.management.MBeanServerFactory creates the delegate before
creating 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 Also: MBeanServer See Also: MBeanServerFactory |