|
JBossMX Parent POM 6.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.MBeanServerBuilder
org.jboss.jmx.mbeanserver.JBossMBeanServerBuilder
public class JBossMBeanServerBuilder
PlainMBeanServerBuilder.
Field Summary | |
---|---|
static String |
MBEAN_SERVER_BUILDER_CLASS_PROPERTY
The system property for the builder |
Constructor Summary | |
---|---|
JBossMBeanServerBuilder()
Construct an MBeanServerBuilder |
Method Summary | |
---|---|
MBeanServer |
newMBeanServer(String defaultDomain,
MBeanServer outer,
MBeanServerDelegate delegate)
Construct an MBeanServer. |
MBeanServerDelegate |
newMBeanServerDelegate()
Construct an MBeanServerDelegate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MBEAN_SERVER_BUILDER_CLASS_PROPERTY
Constructor Detail |
---|
public JBossMBeanServerBuilder()
Method Detail |
---|
public MBeanServer newMBeanServer(String defaultDomain, MBeanServer outer, MBeanServerDelegate delegate)
newMBeanServer
in class MBeanServerBuilder
defaultDomain
- the default domain when an MBean is
registered with an ObjectName without a domain.outer
- the wrapping MBeanServer, passed to MBeans
at registration.delegate
- the delegate to use for Notifications.public MBeanServerDelegate newMBeanServerDelegate()
newMBeanServerDelegate
in class MBeanServerBuilder
|
JBossMX Parent POM 6.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |