|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.management.MBeanServerBuilder
The default builder for the MBeanServerFactory.
To use a different builder, set the system property javax.management.builder.initial and subclass this class.
MBeanServer
,
MBeanServerDelegate
,
MBeanServerFactory
,
MBeanServerImpl
Constructor Summary | |
MBeanServerBuilder()
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 |
Constructor Detail |
public MBeanServerBuilder()
Method Detail |
public MBeanServerDelegate newMBeanServerDelegate()
public MBeanServer newMBeanServer(String defaultDomain, MBeanServer outer, MBeanServerDelegate delegate)
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |