|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.MBeanServerBuilder
org.apache.felix.mosgi.jmx.agent.mx4j.server.MX4JMBeanServerBuilder
public class MX4JMBeanServerBuilder
This class is responsible for creating new instances of MBeanServerDelegate
and MBeanServer
. It creates instances from the implementation in the
mx4j.server
package.
The MBeanServerFactory
first creates the delegate, then it
creates the MBeanServer and provides a reference to the created delegate to it.
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.
MBeanServer
,
MBeanServerFactory
Constructor Summary | |
---|---|
MX4JMBeanServerBuilder()
|
Method Summary | |
---|---|
MBeanServer |
newMBeanServer(String defaultDomain,
MBeanServer outer,
MBeanServerDelegate delegate)
Returns a new MX4JMBeanServer instance. |
MBeanServerDelegate |
newMBeanServerDelegate()
Returns a new MX4JMBeanServerDelegate instance for a new MBeanServer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MX4JMBeanServerBuilder()
Method Detail |
---|
public MBeanServerDelegate newMBeanServerDelegate()
MX4JMBeanServerDelegate
instance for a new MBeanServer.
newMBeanServerDelegate
in class MBeanServerBuilder
MX4JMBeanServerDelegate
instance for a new MBeanServer.public MBeanServer newMBeanServer(String defaultDomain, MBeanServer outer, MBeanServerDelegate delegate)
MX4JMBeanServer
instance.
newMBeanServer
in class MBeanServerBuilder
defaultDomain
- the default domain name for the new server.outer
- the MBeanServer
that is passed in calls to
MBeanRegistration.preRegister(javax.management.MBeanServer, javax.management.ObjectName)
.delegate
- the MBeanServerDelegate
instance for the new server.
MX4JMBeanServer
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |