JMX MBean View

Name Domain JMImplementation
type MBeanRegistry
Java Class org.jboss.mx.modelmbean.XMBean
Description Managed Bean Registry

Back to Agent ViewRefresh MBean View

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

Operation Name
Return Type
Description
Parameters
get
org.jboss.mx.server.registry.MBeanEntry
Gets the MBeanEntry for a given ObjectName
ObjectName
javax.management.ObjectName
object name to find
getSize
int
Gets the number of MBeans registered
getValue
java.lang.Object
Get a value stored in the MBean's registration
ObjectName
javax.management.ObjectName
The object name of the registered MBean
Key
java.lang.String
The key to the value stored
registerMBean
javax.management.ObjectInstance
Adds an MBean in the MBeanServer
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
unregisterMBean
void
Removes an MBean from the MBeanServer
ObjectName
javax.management.ObjectName
The object name of the MBean to remove