com.ibm.websphere.management
Interface JMXManageable
All known implementing classes:
- public interface JMXManageable
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getMBeanProperties()
Provides additional customer-defined key properties
to be added to the key property list of the ObjectName for the MBean.
|
|
getType()
Returns the MBean type for the MBean instance to be created.
|
Method Detail
getType
- java.lang.String getType()
getMBeanProperties
- java.util.Properties getMBeanProperties( )
Provides additional customer-defined key properties
to be added to the key property list of the ObjectName for the MBean.
Note that in distributed environment, all ObjectNames
have at least cell, node, process, type and mbeanIdentifier
key properties.
See Also:
javax.management.ObjectName
This type information is used by the WebSphere admin system to load the proper MBean Descriptor in order to define the attributes, operations, and notifications for the MBean.
The WebSphere admin system will first check whether this type is one of the predefined types shipped with the WebSphere product. If the type is one of the predefined ones, the MBean Descriptor shipped with WebSphere is loaded and used. Otherwise, the admin system will attempt to locate an MBeanExtensionProvider configured to support this type of MBean and will load the MBean Descriptor from that MBeanExtensionProvider configuration.
If the JMXManageable implementation returns null from this method, the class name of the implementation will be used as the type.