JMX MBean View

647c07faf5bd

Fri Apr 26 12:41:37 UTC 2024
 
NameDomainJMImplementation
typeMBeanRegistry
Java Classorg.jboss.mx.modelmbean.XMBean
DescriptionManaged Bean Registry

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
1283    

Operation Return Type Description Parameters
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
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
get org.jboss.mx.server.registry.MBeanEntry Gets the MBeanEntry for a given ObjectName
ObjectName javax.management.ObjectName object name to find