JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Managed Bean Registry

List of MBean attributes:

Name Type Access Value Description
DefaultDomain java.lang.String R jboss The domain to use when an object name has no domain
Size int R 547 The number of MBeans registered in the MBean Server

List of MBean operations:


javax.management.ObjectInstance registerMBean()

Adds an MBean in the MBeanServer

Param ParamType ParamValue ParamDescription
Resource java.lang.Object A compliant MBean to be registered in the MBean Server
ObjectName javax.management.ObjectName The object name of the MBean
ValueMap java.util.Map Values associated with the registration

void unregisterMBean()

Removes an MBean from the MBeanServer

Param ParamType ParamValue ParamDescription
ObjectName javax.management.ObjectName The object name of the MBean to remove

java.lang.Object getValue()

Get a value stored in the MBean's registration

Param ParamType ParamValue ParamDescription
ObjectName javax.management.ObjectName The object name of the registered MBean
Key java.lang.String The key to the value stored

org.jboss.mx.server.registry.MBeanEntry get()

Gets the MBeanEntry for a given ObjectName

Param ParamType ParamValue ParamDescription
ObjectName javax.management.ObjectName object name to find