API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanServerBuilder View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanServerBuilder
Implements
Subclasses
Description
public class MBeanServerBuilder
  This class represents a builder that creates a default MBeanServer implementation.
Constructors
public MBeanServerBuilder ()
Public default constructor.
Methods
Hide/Show inherited methods
public MBeanServer newMBeanServer (String defaultDomain, MBeanServer outer, MBeanServerDelegate delegate)
  This method creates a new MBeanServer implementation object.
public MBeanServerDelegate newMBeanServerDelegate ()
  This method creates a new MBeanServerDelegate for a new MBeanServer.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar