javax.management
Class MBeanInfo

java.lang.Object
  |
  +--javax.management.MBeanInfo
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
ModelMBeanInfoSupport, OpenMBeanInfoSupport

public class MBeanInfo
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MBeanInfo(java.lang.String className, java.lang.String description, javax.management.MBeanAttributeInfo[] attributes, javax.management.MBeanConstructorInfo[] constructors, javax.management.MBeanOperationInfo[] operations, javax.management.MBeanNotificationInfo[] notifications)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 javax.management.MBeanAttributeInfo[] getAttributes()
           
 java.lang.String getClassName()
           
 javax.management.MBeanConstructorInfo[] getConstructors()
           
 java.lang.String getDescription()
           
 javax.management.MBeanNotificationInfo[] getNotifications()
           
 javax.management.MBeanOperationInfo[] getOperations()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanInfo

public MBeanInfo(java.lang.String className,
                 java.lang.String description,
                 javax.management.MBeanAttributeInfo[] attributes,
                 javax.management.MBeanConstructorInfo[] constructors,
                 javax.management.MBeanOperationInfo[] operations,
                 javax.management.MBeanNotificationInfo[] notifications)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

getClassName

public java.lang.String getClassName()

getDescription

public java.lang.String getDescription()

getConstructors

public javax.management.MBeanConstructorInfo[] getConstructors()

getAttributes

public javax.management.MBeanAttributeInfo[] getAttributes()

getOperations

public javax.management.MBeanOperationInfo[] getOperations()

getNotifications

public javax.management.MBeanNotificationInfo[] getNotifications()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object