Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » system » server » jmx » [javadoc | source]
org.jboss.system.server.jmx
public class: MBeanServerBuilderImpl [javadoc | source]
java.lang.Object
   javax.management.MBeanServerBuilder
      org.jboss.system.server.jmx.MBeanServerBuilderImpl
An @link{MBeanServerBuilder} that creates a LazyMBeanServer instance to allow the jboss MBeanServerImpl to be created when the ServerImpl is loaded and the jboss jmx classes are available. It can be used at startup using -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl This is needed when enabling the jdk5 jconsole remote adaptor since this adaptor initializes the platform MBeanServer before the jboss ServerImpl is loaded.
Method from org.jboss.system.server.jmx.MBeanServerBuilderImpl Summary:
newMBeanServer,   newMBeanServerDelegate
Methods from javax.management.MBeanServerBuilder:
newMBeanServer,   newMBeanServerDelegate
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.system.server.jmx.MBeanServerBuilderImpl Detail:
 public MBeanServer newMBeanServer(String defaultDomain,
    MBeanServer outer,
    MBeanServerDelegate delegate) 
    Creates a @{link LazyMBeanServer} as the MBeanServer. If the outer parameter is null, the outer passed to the LazyMBeanServer is the platform mbean server as obtained from super.newMBeanServer(defaultDomain, outer, delegate).
 public MBeanServerDelegate newMBeanServerDelegate()