java.lang.Object
javax.management.MBeanInfo
javax.management.openmbean.OpenMBeanInfoSupport
- All Implemented Interfaces:
Serializable
,Cloneable
,DescriptorRead
,OpenMBeanInfo
The
OpenMBeanInfoSupport
class describes the management
information of an open MBean: it is a subclass of MBeanInfo
, and it implements the OpenMBeanInfo
interface. Note that an open MBean is
recognized as such if its getMBeanInfo()
method returns an
instance of a class which implements the OpenMBeanInfo interface,
typically OpenMBeanInfoSupport
.- Since:
- 1.5
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionOpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)
Constructs anOpenMBeanInfoSupport
instance, which describes a class of open MBeans with the specifiedclassName
,description
,openAttributes
,openConstructors
,openOperations
andnotifications
.OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
Constructs anOpenMBeanInfoSupport
instance, which describes a class of open MBeans with the specifiedclassName
,description
,openAttributes
,openConstructors
,openOperations
,notifications
, anddescriptor
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compares the specifiedobj
parameter with thisOpenMBeanInfoSupport
instance for equality.int
hashCode()
Returns the hash code value for thisOpenMBeanInfoSupport
instance.toString()
Returns a string representation of thisOpenMBeanInfoSupport
instance.Methods declared in class javax.management.MBeanInfo
clone, getAttributes,