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

See Also:
Serialized Form

Constructor Summary
OpenMBeanInfoSupport(java.lang.String className, java.lang.String description, javax.management.openmbean.OpenMBeanAttributeInfo[] openAttributes, javax.management.openmbean.OpenMBeanConstructorInfo[] openConstructors, javax.management.openmbean.OpenMBeanOperationInfo[] openOperations, javax.management.MBeanNotificationInfo[] notifications)
          Creates an OpenMBeanInfoSupport.
 
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 javax.management.MBeanInfo
clone, getAttributes, getClassName, getConstructors, getDescription, getNotifications, getOperations
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.management.openmbean.OpenMBeanInfo
getAttributes, getClassName, getConstructors, getDescription, getNotifications, getOperations, toString
 

Constructor Detail

OpenMBeanInfoSupport

public OpenMBeanInfoSupport(java.lang.String className,
                            java.lang.String description,
                            javax.management.openmbean.OpenMBeanAttributeInfo[] openAttributes,
                            javax.management.openmbean.OpenMBeanConstructorInfo[] openConstructors,
                            javax.management.openmbean.OpenMBeanOperationInfo[] openOperations,
                            javax.management.MBeanNotificationInfo[] notifications)
Creates an OpenMBeanInfoSupport.

Parameters:
className - The fully qualified class name of the OpenMBean
description - The description
Method Detail

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
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