javax.management.openmbean
Class OpenMBeanInfoSupport
java.lang.Object
|
+--javax.management.MBeanInfo
|
+--javax.management.openmbean.OpenMBeanInfoSupport
- All Implemented Interfaces:
- java.lang.Cloneable, OpenMBeanInfo, java.io.Serializable
- public class OpenMBeanInfoSupport
- extends MBeanInfo
- implements OpenMBeanInfo, java.io.Serializable
- Version:
- $Revision: 1.6 $
- Author:
- Bronwen Cassidy, Warren Mira
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object obj)
Check the given obj for equality |
int |
hashCode()
Returns the hashCode of this OpenMBeanInfoSupport |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
OpenMBeanInfoSupport
public OpenMBeanInfoSupport(java.lang.String className,
java.lang.String description,
OpenMBeanAttributeInfo[] openAttributes,
OpenMBeanConstructorInfo[] openConstructors,
OpenMBeanOperationInfo[] openOperations,
MBeanNotificationInfo[] notifications)
- Creates an OpenMBeanInfoSupport.
- Parameters:
className
- The fully qualified class name of the OpenMBeandescription
- The description
equals
public boolean equals(java.lang.Object obj)
- Check the given obj for equality
- Specified by:
equals
in interface OpenMBeanInfo
- Overrides:
equals
in class MBeanInfo
- Following copied from interface:
javax.management.openmbean.OpenMBeanInfo
- Returns:
- boolean If equal
hashCode
public int hashCode()
- Returns the hashCode of this OpenMBeanInfoSupport
- Specified by:
hashCode
in interface OpenMBeanInfo
- Overrides:
hashCode
in class MBeanInfo
- Returns:
- int The hashCode
Copyright © 2001-2002 MX4J Team. All Rights Reserved.