All Known Implementing Classes:
BasicMBeanRegistry
The registry can expose itself for management under the object name defined the name defined in ServerConstants When this is the case, the MBeanServer will perform the register/unregister operations dynamically.
< - a href="mailto:juha@jboss.org">Juha Lindfors.< - a href="mailto:trevor@protocool.com">Trevor Squires.< - a href="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock.$ - Revision: 37459 $| Method from org.jboss.mx.server.registry.MBeanRegistry Summary: |
|---|
| contains, findEntries, get, getDefaultDomain, getDomains, getObjectInstance, getSize, getValue, registerMBean, releaseRegistry, unregisterMBean |
| Method from org.jboss.mx.server.registry.MBeanRegistry Detail: |
|---|
This method is invoked by the MBeanServer for isRegistered(). The object name passed maybe unqualified. |
This method is invoked by the MBeanServer for queryMBeans() and queryNames(). |
This method is invoked by the MBeanServer for methods passing an ObjectName that are not covered in other methods. The object name passed maybe unqualified. |
|
|
|
This method is invoked by the MBeanServer for getMBeanCount(). |
|
This method is invoked by the MBeanServer for createMBean() and registerMBean(). The object name passed maybe unqualified. The map is a user definable string to value object map for holding information against a registered object. This map may contain metadata related to the registration, such as registration date/time, classloader references, etc. Pass JMI_DOMAIN in both the key and values of the values map to get access to the reserved domain. It is removed from the map during registration to save memory. Pass CLASSLOADER in the values map to set the context classloader Other values are user definable and can be retrieved using the getValue(ObjectName,String) method. |
|
This method is invoked by the MBeanServer for unregisterMBean(). The object name passed maybe unqualified. MBeans in JMImplementation cannot be unregistered |